MCPcopy
hub / github.com/cherrypy/cherrypy / update

Method update

cherrypy/_cpconfig.py:153–156  ·  view source on GitHub ↗

Update self from a dict, file or filename.

(self, config)

Source from the content-addressed store, hash-verified

151 """The 'global' configuration data for the entire CherryPy process."""
152
153 def update(self, config):
154 """Update self from a dict, file or filename."""
155 _if_filename_register_autoreload(config)
156 super(Config, self).update(config)
157
158 def _apply(self, config):
159 """Update self from a dict."""

Callers 15

setupFunction · 0.45
startFunction · 0.45
quickstartFunction · 0.45
__dict__Method · 0.45
kwargsMethod · 0.45
find_handlerMethod · 0.45
set_confMethod · 0.45
__call__Method · 0.45
find_handlerMethod · 0.45
mergeMethod · 0.45
mergeFunction · 0.45
tool_decoratorMethod · 0.45

Calls 1

Tested by

no test coverage detected