Additional work on #922. Cache is now per session. Anyway, you can see __doc__ only directly e.g. print(session.listTagged.__doc__), not interactively via help(session.listTagged). There you'll still see VirtualMethod desc. Any idea, how to do it elegantly?
Additional work on #922. Cache is now per session. Anyway, you can see
__doc__only directly e.g.print(session.listTagged.__doc__), not interactively viahelp(session.listTagged). There you'll still seeVirtualMethoddesc. Any idea, how to do it elegantly?