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

Method _a_default

tests/test_traitlets.py:2853–2854  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2851 a = Unicode("hard default")
2852
2853 def _a_default(self):
2854 return "default method"
2855
2856 C._a_default = lambda self: "overridden" # type:ignore
2857 c = C()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected