(path, exists=False)
| 414 | select_next = self.selector(parts) |
| 415 | |
| 416 | def select_literal(path, exists=False): |
| 417 | path = self.concat_path(path, part) |
| 418 | return select_next(path, exists=False) |
| 419 | return select_literal |
| 420 | |
| 421 | def wildcard_selector(self, part, parts): |
nothing calls this directly
no test coverage detected