mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +08:00
13 lines
256 B
Python
13 lines
256 B
Python
|
|
def test_tuple_nested(tuple_nasted: tuple): ...
|
|
|
|
|
|
class test:
|
|
environ: dict
|
|
def __init__(self): ...
|
|
|
|
# def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None, connectable=True): ...
|
|
|
|
|
|
def bytes_test(bytes: bytes, len: int): ...
|