MCPcopy Index your code
hub / github.com/rawpython/remi / _overload

Method _overload

remi/server.py:677–679  ·  view source on GitHub ↗

Used to overload the content before sent back to client

(self, data, **kwargs)

Source from the content-addressed store, hash-verified

675 return os.path.join(paths[key], path)
676
677 def _overload(self, data, **kwargs):
678 """Used to overload the content before sent back to client"""
679 return data
680
681 def _process_all(self, func, **kwargs):
682 self._log.debug('get: %s' % func)

Callers 4

do_gui_updateMethod · 0.95
set_root_widgetMethod · 0.95
_process_allMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected