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
mitogen.utils.with_router does not copy the wrapped functions docstring. Many libraries (e.g. click) rely on it though.
frommitogen.utilsimportwith_router@with_routerdefsome_click_command(router):
"""This is the description of the command."""passassert(some_click_command.__doc__=="This is the description of the command.") # raises exception
The text was updated successfully, but these errors were encountered:
mitogen.utils.with_router
does not copy the wrapped functions docstring. Many libraries (e.g.click
) rely on it though.The text was updated successfully, but these errors were encountered: