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

Method other

tests/test_state.py:1754–1756  ·  view source on GitHub ↗

Some other event that updates the state.

(self)

Source from the content-addressed store, hash-verified

1752 yield
1753
1754 def other(self):
1755 """Some other event that updates the state."""
1756 self.order.append("other")
1757
1758 def _private_method(self):
1759 """Some private method that updates the state."""

Callers 1

background_taskMethod · 0.95

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected