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

Method inner

tests/test_traitlets.py:1173–1175  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1171 pass
1172
1173 def inner():
1174 class A(HasTraits):
1175 inst = Instance(Foo()) # type:ignore
1176
1177 self.assertRaises(TraitError, inner)
1178

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected