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

Class _LifeCycleState

src/py/reactpy/reactpy/core/layout.py:693–703  ·  view source on GitHub ↗

Component state for :class:`_ModelState`

Source from the content-addressed store, hash-verified

691
692
693class _LifeCycleState(NamedTuple):
694 """Component state for :class:`_ModelState`"""
695
696 id: _LifeCycleStateId
697 """A unique identifier used in the :class:`~reactpy.core.hooks.LifeCycleHook` callback"""
698
699 hook: LifeCycleHook
700 """The life cycle hook"""
701
702 component: ComponentType
703 """The current component instance"""
704
705
706_Type = TypeVar("_Type")

Callers 2

_make_life_cycle_stateFunction · 0.85
_update_life_cycle_stateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected