MCPcopy
hub / github.com/Textualize/textual / validate_count

Method validate_count

tests/test_reactive.py:252–254  ·  view source on GitHub ↗
(self, value: int)

Source from the content-addressed store, hash-verified

250 calls = []
251
252 def validate_count(self, value: int) -> int:
253 self.calls.append(f"validate {value}")
254 return value + 1
255
256 def watch_count(self, value: int) -> None:
257 self.calls.append(f"watch {value}")

Callers

nothing calls this directly

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected