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

Class BytesTrait

tests/test_traitlets.py:1566–1567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1564
1565
1566class BytesTrait(HasTraits):
1567 value = Bytes(b"string")
1568
1569
1570class TestBytes(TraitTestBase):

Callers 1

TestBytesClass · 0.85

Calls 1

BytesClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…