Current Path : /proc/2568807/root/usr/src/Python-3.12.7/Lib/idlelib/idle_test/ |
Current File : //proc/2568807/root/usr/src/Python-3.12.7/Lib/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: ...