MCPcopy
hub / github.com/cherrypy/cherrypy / makemap

Method makemap

cherrypy/test/test_tools.py:60–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58
59 def _setup(self):
60 def makemap():
61 m = self._merged_args().get('map', {})
62 cherrypy.request.numerify_map = list(m.items())
63 cherrypy.request.hooks.attach('on_start_resource', makemap)
64
65 def critical():

Callers

nothing calls this directly

Calls 3

_merged_argsMethod · 0.80
itemsMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected