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
Provide an ability to turn off/on particular decorators. For example, it should be possible to turn off the @accepts decorator and keep the @returns decorator enabled.
It should be done through the pyvalid.switch module.
The text was updated successfully, but these errors were encountered:
Provide an ability to turn off/on particular decorators. For example, it should be possible to turn off the
@accepts
decorator and keep the@returns
decorator enabled.It should be done through the
pyvalid.switch
module.The text was updated successfully, but these errors were encountered: