There was an error while loading. Please reload this page.
1 parent b6d56e3 commit e49ef3bCopy full SHA for e49ef3b
1 file changed
conformance/tests/qualifiers_final_decorator.py
@@ -51,8 +51,7 @@ def method4(self, x: str) -> str:
51
def method4(self, x: int | str) -> int | str:
52
return 0
53
54
- # > @final may be chained with decorators that return a non-function, like a
55
- # property descriptor.
+ # > The @final decorator can be combined with previous decorators, like @property.
56
57
@final
58
@property
0 commit comments