pikapython/package/testcase/_testcase.pyi

13 lines
256 B
Python
Raw Normal View History

2023-09-10 21:59:29 +08:00
def test_tuple_nested(tuple_nasted: tuple): ...
2023-11-01 11:14:05 +08:00
2023-09-10 21:59:29 +08:00
class test:
environ: dict
def __init__(self): ...
2023-11-01 11:14:05 +08:00
# def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None, connectable=True): ...
2023-09-10 21:59:29 +08:00
def bytes_test(bytes: bytes, len: int): ...