When I decorate a method with methodtools.lru_cache and then build sphinx documentation, the docstring shows as <methodtools._LruCacheWire object> rather than the documentation for the method in its docstring.
I think this type of problem is addressed here, but I can't figure out how to modify methodtools to fix the problem.
When I decorate a method with
methodtools.lru_cacheand then build sphinx documentation, the docstring shows as<methodtools._LruCacheWire object>rather than the documentation for the method in its docstring.I think this type of problem is addressed here, but I can't figure out how to modify
methodtoolsto fix the problem.