(path, exists=False)
| 426 | select_next = self.selector(parts) |
| 427 | |
| 428 | def select_literal(path, exists=False): |
| 429 | path = self.concat_path(path, part) |
| 430 | return select_next(path, exists=False) |
| 431 | return select_literal |
| 432 | |
| 433 | def wildcard_selector(self, part, parts): |
nothing calls this directly
no test coverage detected