A marker class indicating that a list-of-str is case-insensitive.
| 980 | |
| 981 | |
| 982 | class _ignorecase(list): |
| 983 | """A marker class indicating that a list-of-str is case-insensitive.""" |
| 984 | |
| 985 | |
| 986 | def _convert_validator_spec(key, conv): |
no outgoing calls
no test coverage detected
searching dependent graphs…