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.
name
_make_cached_property_uncached
1 parent 937c1c2 commit 4f8f814Copy full SHA for 4f8f814
1 file changed
src/attr/_make.py
@@ -527,7 +527,6 @@ def _make_cached_property_uncached(original_cached_property_func, cls):
527
annotation = inspect.signature(
528
original_cached_property_func
529
).return_annotation
530
- name = original_cached_property_func.__name__
531
if annotation is inspect.Parameter.empty:
532
defline = f"def {name}(self):"
533
elif isinstance(
0 commit comments