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

Function validate_color_or_auto

lib/matplotlib/rcsetup.py:335–338  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

333
334
335def validate_color_or_auto(s):
336 if cbook._str_equal(s, 'auto'):
337 return s
338 return validate_color(s)
339
340
341def _validate_color_or_edge(s):

Callers

nothing calls this directly

Calls 1

validate_colorFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…