The path of the chroot.
(self)
| 681 | self._file_index = {} # type: Dict[str, Optional[str]] |
| 682 | |
| 683 | def path(self): |
| 684 | # type: () -> str |
| 685 | """The path of the chroot.""" |
| 686 | return self.chroot |
| 687 | |
| 688 | def _normalize(self, dst): |
| 689 | # type: (str) -> str |
no outgoing calls