(self, path: str)
| 46 | sep: str |
| 47 | altsep: Optional[str] |
| 48 | def split(self, path: str) -> tuple[str, str]: ... |
| 49 | def splitext(self, path: str) -> tuple[str, str]: ... |
| 50 | def normcase(self, path: str) -> str: ... |
| 51 |
no outgoing calls
no test coverage detected