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

Function _convert_validator_spec

lib/matplotlib/rcsetup.py:986–991  ·  view source on GitHub ↗
(key, conv)

Source from the content-addressed store, hash-verified

984
985
986def _convert_validator_spec(key, conv):
987 if isinstance(conv, list):
988 ignorecase = isinstance(conv, _ignorecase)
989 return ValidateInStrings(key, conv, ignorecase=ignorecase)
990 else:
991 return conv
992
993
994# Mapping of rcParams to validators.

Callers 1

rcsetup.pyFile · 0.85

Calls 1

ValidateInStringsClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…