Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/traitlets
/ _bar_validate
Method
_bar_validate
tests/test_traitlets.py:2371–2374 ·
view source on GitHub ↗
(self, value, trait)
Source
from the content-addressed store, hash-verified
2369
bar = Int()
2370
2371
def
_bar_validate(self, value, trait):
2372
if
value:
2373
raise
TraitError(
"foobar"
)
2374
return
value
2375
2376
2377
class
TestRollback(TestCase):
Callers
nothing calls this directly
Calls
1
TraitError
Class · 0.90
Tested by
no test coverage detected