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

Class A

tests/test_traitlets.py:938–939  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

936 pass
937
938 class A(HasTraits):
939 klass = Type(allow_none=True)
940
941 a = A()
942 self.assertEqual(a.klass, object)

Callers

nothing calls this directly

Calls 1

TypeClass · 0.90

Tested by

no test coverage detected