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

Method get

src/py/reactpy/reactpy/core/layout.py:720–723  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

718 self._loop.call_soon_threadsafe(self._queue.put_nowait, value)
719
720 async def get(self) -> _Type:
721 value = await self._queue.get()
722 self._pending.remove(value)
723 return value
724
725
726def _get_children_info(children: list[VdomChild]) -> Sequence[_ChildInfo]:

Callers 11

current_hookFunction · 0.45
get_context_providerMethod · 0.45
set_currentMethod · 0.45
unset_currentMethod · 0.45
deliverMethod · 0.45
_serial_renderMethod · 0.45
_render_modelMethod · 0.45
_get_children_infoFunction · 0.45
f_module_nameFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected