MCPcopy Index your code
hub / github.com/RustPython/RustPython / split

Method split

Lib/pathlib/types.py:47–47  ·  view source on GitHub ↗
(self, path: str)

Source from the content-addressed store, hash-verified

45 sep: str
46 altsep: Optional[str]
47 def split(self, path: str) -> tuple[str, str]: ...
48 def splitext(self, path: str) -> tuple[str, str]: ...
49 def normcase(self, path: str) -> str: ...
50

Callers 7

_parts_normcaseMethod · 0.45
_parse_pathMethod · 0.45
_parse_patternMethod · 0.45
suffixesMethod · 0.45
absoluteMethod · 0.45
nameMethod · 0.45
parentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected