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 f87fde7 commit c191359Copy full SHA for c191359
test-data/unit/fixtures/literal__new__.pyi
@@ -1,5 +1,8 @@
1
from typing import Literal, Protocol, overload
2
3
+class object:
4
+ def __init__(self) -> None: pass
5
+
6
class str: pass
7
class dict: pass
8
class float: pass
0 commit comments