index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
idlelib
/
idle_test
/
example_stub.pyi
blob: a9811a78d10a6e7121986fc82c5f61282d0dea9d (
plain
) (
blame
)
1
2
class Example: def method(self, argument1: str, argument2: list[int]) -> None: ...