Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
62
def
_to_str(x: bytes) -> str:
63
return
x.decode(
'utf8'
)
64
65
66
def
_to_list_of_ints(s: bytes) -> list[int]:
Callers
3
_parse_header
Function · 0.85
_parse_char_metrics
Function · 0.85
_parse_kern_pairs
Function · 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…