Skip to content

Commit edbe210

Browse files
committed
1 parent 3c5531d commit edbe210

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/sys/__init__.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,7 @@ if sys.version_info >= (3, 11):
366366
def exception() -> BaseException | None: ...
367367

368368
def exit(status: _ExitCode = None, /) -> NoReturn: ...
369+
def getandroidapilevel() -> int: ...
369370
def getallocatedblocks() -> int: ...
370371
def getdefaultencoding() -> str: ...
371372

0 commit comments

Comments
 (0)