MCPcopy 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
71def _to_list_of_floats(s: bytes | str) -> list[float]:
72 return [_to_float(val) for val in s.split()]
73
74
75def _to_bool(s: bytes) -> bool:

Callers 1

_parse_char_metricsFunction · 0.85

Calls 1

_to_floatFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…