xref
: /
aosp_15_r20
/
external
/
python
/
cpython3
/
Lib
/
idlelib
/
idle_test
/
example_stub.pyi
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
class Example:
2
def method(self, argument1: str, argument2: list[int]) -> None: ...
3