Your IP : 216.73.217.152


Current Path : /proc/242857/root/opt/alt/python312/lib64/python3.12/idlelib/idle_test/
Upload File :
Current File : //proc/242857/root/opt/alt/python312/lib64/python3.12/idlelib/idle_test/example_stub.pyi

# An example file to test recognition of a .pyi file as Python source code.

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