(pc: int, word: int)
| 53 | |
| 54 | EXACT = "exact" |
| 55 | DERIVED = "derived" |
| 56 | HEURISTIC = "heuristic" |
| 57 | |
| 58 | # Mirrors `validate::CASE_INSENSITIVE_PLACEHOLDERS` and `EXACT_LOWERCASE_PLACEHOLDERS`. |
| 59 | # A carved string that is one of these is an admission of ignorance wearing a |
| 60 | # value's clothes, and the host rejects the whole model over one of them, so |
| 61 | # they are filtered at the source. |
| 62 | CASE_INSENSITIVE_PLACEHOLDERS = frozenset( |
| 63 | [ |
| 64 | "", |
no outgoing calls
no test coverage detected