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

Method _default_foo

tests/test_typing.py:50–51  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

48
49 @default("foo")
50 def _default_foo(self) -> str:
51 return "hi"
52
53 @observe("foo")
54 def _foo_observer(self, change: t.Any) -> bool:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected