I have a set of APIs that were developed using Google Cloud Endpoints. The API methods look something like this: I would like to use pydoc to generate documentation for the module that contains this method. However, when I do this, the docstring is not preserved due to the use of the endpoints.method decorator. I have seen answers to other