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

Class AnyTraitTest

tests/test_traitlets.py:1295–1300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1293
1294
1295class AnyTraitTest(TraitTestBase):
1296 obj = AnyTrait()
1297
1298 _default_value = None
1299 _good_values = [10.0, "ten", [10], {"ten": 10}, (10,), None, 1j]
1300 _bad_values: t.Any = []
1301
1302
1303class UnionTrait(HasTraits):

Callers

nothing calls this directly

Calls 1

AnyTraitClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…