mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
Add x_exports to xxlimited (#10802)
This commit is contained in:
@@ -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: ...
|
||||
|
||||
Reference in New Issue
Block a user