mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
xxlimited: yes, even you get updated for py310 (#5301)
This commit is contained in:
@@ -1,13 +1,18 @@
|
||||
import sys
|
||||
from typing import Any
|
||||
|
||||
class Null: ...
|
||||
class Str: ...
|
||||
|
||||
class Xxo:
|
||||
def demo(self) -> None: ...
|
||||
|
||||
class error: ...
|
||||
|
||||
def foo(__i: int, __j: int) -> Any: ...
|
||||
def new() -> Xxo: ...
|
||||
def roj(__b: Any) -> None: ...
|
||||
|
||||
if sys.version_info >= (3, 10):
|
||||
class Error: ...
|
||||
|
||||
else:
|
||||
class error: ...
|
||||
class Null: ...
|
||||
def roj(__b: Any) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user