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

Method _private_method

tests/test_state.py:1758–1760  ·  view source on GitHub ↗

Some private method that updates the state.

(self)

Source from the content-addressed store, hash-verified

1756 self.order.append("other")
1757
1758 def _private_method(self):
1759 """Some private method that updates the state."""
1760 self.order.append("private")
1761
1762 async def bad_chain1(self):
1763 """Test that a background task cannot be chained."""

Callers 1

background_taskMethod · 0.95

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected