Files
ImageUtils/.CondaPkg/env/Lib/idlelib/idle_test/example_stub.pyi
2023-04-02 10:04:46 +07:00

3 lines
87 B
Python

class Example:
def method(self, argument1: str, argument2: list[int]) -> None: ...