Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/traitlets
/ from_string
Method
from_string
examples/docs/from_string.py:13–14 ·
view source on GitHub ↗
(self, s)
Source
from the content-addressed store, hash-verified
11
12
class
HexBytes(Bytes):
13
def
from_string(self, s):
14
return
a2b_hex(s)
15
16
17
class
App(Application):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected