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

Method _bar_validate

tests/test_traitlets.py:2389–2391  ·  view source on GitHub ↗
(self, value, trait)

Source from the content-addressed store, hash-verified

2387 bar = Int()
2388
2389 def _bar_validate(self, value, trait):
2390 self.foo = value
2391 return value
2392
2393 def _foo_validate(self, value, trait):
2394 self.bar = value

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected