MCPcopy Index your code
hub / github.com/webpy/webpy / f

Method f

tests/test_application.py:245–246  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

243 state = web.storage(x=0, y=0)
244
245 def f():
246 state.x += 1
247
248 app_blog = web.application(urls, locals())
249 app_blog.add_processor(web.loadhook(f))

Callers

nothing calls this directly

Calls 4

urlencodeFunction · 0.85
encodeMethod · 0.80
decodeMethod · 0.80
requestMethod · 0.80

Tested by

no test coverage detected