This website works better with JavaScript
Home
Explore
Help
Register
Sign In
wzj
/
Sources_For_Win
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Branch:
license-dev
Branches
Tags
license-dev
master
Sources_For_...
/
Python
/
Lib
/
idlelib
/
idle_test
/
example_stub.pyi
example_stub.pyi
87 B
Permalink
History
Raw
1
2
class Example:
def method(self, argument1: str, argument2: list[int]) -> None: ...