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 2f64527 commit 8a855b4Copy full SHA for 8a855b4
Lib/test/test_dataclasses/_types_proxy.py
@@ -4,3 +4,5 @@
4
# https://github.com/python/cpython/issues/133956
5
from typing import ClassVar
6
from dataclasses import InitVar
7
+
8
+__all__ = ["ClassVar", "InitVar"]
0 commit comments