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

Function options

tests/test_basic.py:166–167  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

164 return flask.request.method
165
166 def options():
167 return random_uuid4
168
169 app.add_url_rule("/", "index", index)
170 app.add_url_rule("/more", "more", more, methods=["GET", "POST"])

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected