xref
: /
third_party
/
python
/
Lib
/
idlelib
/
idle_test
/
example_stub.pyi
(revision 7db96d56)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/python/Lib/idlelib/idle_test/
1
class Example:
2
def method(self, argument1: str, argument2: list[int]) -> None: ...
3