xxlimited: yes, even you get updated for py310 (#5301)

This commit is contained in:
Shantanu
2021-05-02 06:33:29 -07:00
committed by GitHub
parent cc55c923ac
commit 3c49b1def4

View File

@@ -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: ...