pikapython/package/testcase/_testcase.pyi

9 lines
153 B
Python
Raw Normal View History

2023-09-10 21:59:29 +08:00
def test_tuple_nested(tuple_nasted: tuple): ...
class test:
environ: dict
def __init__(self): ...
def bytes_test(bytes: bytes, len: int): ...