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

Function more

tests/test_basic.py:96–97  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

94 return flask.request.method
95
96 def more():
97 return flask.request.method
98
99 app.add_url_rule("/", view_func=index, provide_automatic_options=False)
100 app.add_url_rule(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected