MCPcopy Index your code
hub / github.com/python/cpython / split

Method split

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

Source from the content-addressed store, hash-verified

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

Callers 15

_parts_normcaseMethod · 0.45
_parse_pathMethod · 0.45
_parse_patternMethod · 0.45
suffixesMethod · 0.45
absoluteMethod · 0.45
nameMethod · 0.45
parentMethod · 0.45
build_file_treeMethod · 0.45
_format_function_nameMethod · 0.45
showSpanTooltipFunction · 0.45
d3.min.jsFile · 0.45
wnFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected