(self, path: pathlib.Path)
| 714 | self._dirpath2confmods[directory] = clist |
| 715 | |
| 716 | def _getconftestmodules(self, path: pathlib.Path) -> Sequence[types.ModuleType]: |
| 717 | directory = self._get_directory(path) |
| 718 | return self._dirpath2confmods.get(directory, ()) |
| 719 | |
| 720 | def _rget_with_confmod( |
| 721 | self, |