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

Class _ignorecase

lib/matplotlib/rcsetup.py:982–983  ·  view source on GitHub ↗

A marker class indicating that a list-of-str is case-insensitive.

Source from the content-addressed store, hash-verified

980
981
982class _ignorecase(list):
983 """A marker class indicating that a list-of-str is case-insensitive."""
984
985
986def _convert_validator_spec(key, conv):

Callers 1

rcsetup.pyFile · 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…