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

Method _i_validate

tests/test_traitlets.py:2296–2297  ·  view source on GitHub ↗
(self, commit)

Source from the content-addressed store, hash-verified

2294
2295 @validate("i")
2296 def _i_validate(self, commit):
2297 return commit["value"]
2298
2299 j = Int()
2300

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected