You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move the docstring for cached_method to public func
In order for `help(functools.cached_method)` to show the docstring, it
needs to be attached to the public interface, not the implementation.
This docstring was "misplaced" in the course of refactors to this code
during review.
0 commit comments