sphinx not interpreting @memoized_instancemethod correctly

Issue #2077 resolved
Mike Bayer repo owner created an issue

Comments (6)

  1. Former user Account Deleted

    Found the cause, but doesn't seem to be a simple Fix. Basically, since memoized_instancemethod is a descriptor (has get method), sphinx sees it as an attribute and thus does not output its signature - Toby Ho

  2. Log in to comment