Skip to content

Commit 81119ec

Browse files
committed
1 parent 3c5531d commit 81119ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

stdlib/sys/__init__.pyi

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

368368
def exit(status: _ExitCode = None, /) -> NoReturn: ...
369+
370+
if sys.platform == "android":
371+
def getandroidapilevel() -> int: ...
372+
369373
def getallocatedblocks() -> int: ...
370374
def getdefaultencoding() -> str: ...
371375

0 commit comments

Comments
 (0)