MCPcopy Create free account
hub / github.com/pallets/flask / BaseView

Class BaseView

tests/test_views.py:190–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188
189def test_methods_var_inheritance(app, client):
190 class BaseView(flask.views.MethodView):
191 methods = ["GET", "PROPFIND"]
192
193 class ChildView(BaseView):
194 def get(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected