MCPcopy Create free account
hub / github.com/dot-agent/nextpy / _dynamic_state_event

Function _dynamic_state_event

tests/test_app.py:961–966  ·  view source on GitHub ↗
(name, val, **kwargs)

Source from the content-addressed store, hash-verified

959 )
960
961 def _dynamic_state_event(name, val, **kwargs):
962 return _event(
963 name=format.format_event_handler(getattr(DynamicState, name)), # type: ignore
964 val=val,
965 **kwargs,
966 )
967
968 prev_exp_val = ""
969 for exp_index, exp_val in enumerate(exp_vals):

Calls 1

_eventFunction · 0.85

Tested by

no test coverage detected