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
When attempting to use the swagger_serializer_method on a partial object generated with functool.partialmethod the _swagger_serializer is not kept in the final class method.
This prevents from generating a correct swagger file since this approach is used to generate more than 1 fields and thus it is not possible to set the decorator on the original method.
Bug Report
When attempting to use the
swagger_serializer_method
on a partial object generated withfunctool.partialmethod
the_swagger_serializer
is not kept in the final class method.This prevents from generating a correct swagger file since this approach is used to generate more than 1 fields and thus it is not possible to set the decorator on the original method.
Description
A clear and concise description of the problem...Minimal Reproduction
Stack trace / Error message
Your Environment
The text was updated successfully, but these errors were encountered: