Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1566
class
BytesTrait(HasTraits):
1567
value = Bytes(b
"string"
)
1568
1569
1570
class
TestBytes(TraitTestBase):
Callers
1
TestBytes
Class · 0.85
Calls
1
Bytes
Class · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…