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

Function callback

tests/test_app.py:197–199  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

195 called = False
196
197 def callback():
198 nonlocal called
199 called = True
200
201 app = App[None]()
202 commands = [

Callers 4

signal_callbackMethod · 0.50
publishMethod · 0.50
_invokeFunction · 0.50
dismissMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…