Add x_exports to xxlimited (#10802)

This commit is contained in:
Nikita Sobolev
2023-09-29 11:54:58 +03:00
committed by GitHub
parent 747222469d
commit 1ac5b7b1ac
5 changed files with 2 additions and 4 deletions

View File

@@ -7,6 +7,8 @@ class Str: ...
@final
class Xxo:
def demo(self) -> None: ...
if sys.version_info >= (3, 11) and sys.platform != "win32":
x_exports: int
def foo(__i: int, __j: int) -> Any: ...
def new() -> Xxo: ...