(path, exists=False)
| 407 | select_next = self.selector(parts) |
| 408 | |
| 409 | def select_special(path, exists=False): |
| 410 | path = self.concat_path(path, part) |
| 411 | return select_next(path, exists) |
| 412 | return select_special |
| 413 | |
| 414 | def literal_selector(self, part, parts): |
nothing calls this directly
no test coverage detected