False Positive: method-hidden with @functools.cached_property #8753
Labels
False Positive 🦟
A message is emitted but nothing is wrong with the code
Good first issue
Friendly and approachable by new contributors
Needs PR
This issue is accepted, sufficiently specified and now needs an implementation
Milestone
Uh oh!
There was an error while loading. Please reload this page.
Bug description
When decorating a method with
@functools.cached_property
pylint produces the errormethod-hidden
whereas decorating it with@property
does not.example.py:
Configuration
No response
Command used
Pylint output
Expected behavior
The
method-hidden
error should not be emitted.Pylint version
OS / Environment
No response
Additional dependencies
No response
The text was updated successfully, but these errors were encountered: