15 lines
596 B
Python
15 lines
596 B
Python
"""
|
|
Module: 'ure' on micropython-v1.26.0-rp2-RPI_PICO
|
|
"""
|
|
|
|
# MCU: {'mpy': 'v6.3', 'build': '', 'ver': '1.26.0', 'arch': 'armv6m', 'version': '1.26.0', 'port': 'rp2', 'board': 'RPI_PICO', 'family': 'micropython', 'board_id': 'RPI_PICO', 'variant': '', 'cpu': 'RP2040'}
|
|
# Stubber: v1.26.0
|
|
from __future__ import annotations
|
|
from typing import Any, Final, Generator
|
|
from _typeshed import Incomplete
|
|
|
|
def sub(*args, **kwargs) -> Incomplete: ...
|
|
def search(*args, **kwargs) -> Incomplete: ...
|
|
def match(*args, **kwargs) -> Incomplete: ...
|
|
def compile(*args, **kwargs) -> Incomplete: ...
|