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

Method background_task_generator

tests/test_state.py:1746–1752  ·  view source on GitHub ↗

A background task generator that does nothing. Yields: None

(self)

Source from the content-addressed store, hash-verified

1744
1745 @xt.background
1746 async def background_task_generator(self):
1747 """A background task generator that does nothing.
1748
1749 Yields:
1750 None
1751 """
1752 yield
1753
1754 def other(self):
1755 """Some other event that updates the state."""

Callers 1

bad_chain2Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected