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

Method __init__

tests/test_views.py:251–253  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

249 init_every_request = False
250
251 def __init__(self):
252 nonlocal n
253 n += 1
254
255 def dispatch_request(self):
256 return str(n)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected