cpython/Lib/idlelib/idle_test/example_stub.pyi
Miss Islington (bot) fbaf00ee57
[3.11] IDLE: Add util and stub example comments (GH-113222) (#113224)
(cherry picked from commit cde1335485)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
2023-12-17 01:20:36 +00:00

4 lines
154 B
Python

" Example to test recognition of .pyi file as Python source code.
class Example:
def method(self, argument1: str, argument2: list[int]) -> None: ...