We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c191359 commit 535a7b1Copy full SHA for 535a7b1
test-data/unit/fixtures/literal__new__.pyi
@@ -3,6 +3,9 @@ from typing import Literal, Protocol, overload
3
class object:
4
def __init__(self) -> None: pass
5
6
+class type:
7
+ def __init__(self, x) -> None: pass
8
+
9
class str: pass
10
class dict: pass
11
class float: pass
0 commit comments