Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/traitlets
/ _foo_validate
Method
_foo_validate
tests/test_traitlets.py:2393–2395 ·
view source on GitHub ↗
(self, value, trait)
Source
from the content-addressed store, hash-verified
2391
return
value
2392
2393
def
_foo_validate(self, value, trait):
2394
self.bar = value
2395
return
value
2396
2397
2398
def
test_cache_modification():
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected