MCPcopy 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
12class HexBytes(Bytes):
13 def from_string(self, s):
14 return a2b_hex(s)
15
16
17class App(Application):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected