MCPcopy Index your code
hub / github.com/reactive-python/reactpy / get

Method get

src/py/reactpy/reactpy/backend/tornado.py:171–172  ·  view source on GitHub ↗
(self, _: str)

Source from the content-addressed store, hash-verified

169 self._index_html = index_html
170
171 async def get(self, _: str) -> None:
172 self.finish(self._index_html)
173
174
175class ModelStreamHandler(WebSocketHandler):

Callers 15

install_hatch_projectFunction · 0.45
id_equalsFunction · 0.45
class_equalsFunction · 0.45
_element_textFunction · 0.45
_find_elementsFunction · 0.45
triggerMethod · 0.45
_add_vdom_to_etreeFunction · 0.45
_frame_depth_in_moduleFunction · 0.45
reloadMethod · 0.45
run_sendFunction · 0.45
model_streamFunction · 0.45
__init__.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected