We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df8c5a9 commit b2f597eCopy full SHA for b2f597e
typing_tests/thing_definitions.py
@@ -171,8 +171,8 @@ class TestExplicitDescriptor(lt.Thing):
171
assert_type(TestExplicitDescriptor.optionalintprop2, lt.DataProperty[int | None])
172
assert_type(TestExplicitDescriptor.optionalintprop3, lt.DataProperty[int | None])
173
174
+
175
Val = typing.TypeVar("Val")
-Thing = typing.TypeVar("Thing", bound=lt.Thing)
176
177
178
def f_property(getter: typing.Callable[..., Val]) -> FunctionalProperty[Val]:
0 commit comments