(self, fspath: "os.PathLike[str]")
| 682 | self.addfinalizer(func) |
| 683 | |
| 684 | def gethookproxy(self, fspath: "os.PathLike[str]"): |
| 685 | warnings.warn(FSCOLLECTOR_GETHOOKPROXY_ISINITPATH, stacklevel=2) |
| 686 | return self.session.gethookproxy(fspath) |
| 687 | |
| 688 | def isinitpath(self, path: Union[str, "os.PathLike[str]"]) -> bool: |
| 689 | warnings.warn(FSCOLLECTOR_GETHOOKPROXY_ISINITPATH, stacklevel=2) |
no test coverage detected