MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / _to_str

Function _to_str

lib/matplotlib/_afm.py:62–63  ·  view source on GitHub ↗
(x: bytes)

Source from the content-addressed store, hash-verified

60
61
62def _to_str(x: bytes) -> str:
63 return x.decode('utf8')
64
65
66def _to_list_of_ints(s: bytes) -> list[int]:

Callers 3

_parse_headerFunction · 0.85
_parse_char_metricsFunction · 0.85
_parse_kern_pairsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…