Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ _to_list_of_floats
Function
_to_list_of_floats
lib/matplotlib/_afm.py:71–72 ·
view source on GitHub ↗
(s: bytes | str)
Source
from the content-addressed store, hash-verified
69
70
71
def
_to_list_of_floats(s: bytes | str) -> list[float]:
72
return
[_to_float(val)
for
val in s.split()]
73
74
75
def
_to_bool(s: bytes) -> bool:
Callers
1
_parse_char_metrics
Function · 0.85
Calls
1
_to_float
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…