MCPcopy Create free account
hub / github.com/ipython/traitlets / _foo_observer

Method _foo_observer

tests/test_typing.py:54–55  ·  view source on GitHub ↗
(self, change: t.Any)

Source from the content-addressed store, hash-verified

52
53 @observe("foo")
54 def _foo_observer(self, change: t.Any) -> bool:
55 return True
56
57 @validate("foo")
58 def _foo_validate(self, commit: t.Any) -> bool:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected