Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ splitext
Method
splitext
Lib/pathlib/types.py:49–49 ·
view source on GitHub ↗
(self, path: str)
Source
from the content-addressed store, hash-verified
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
52
Callers
15
email-read-alternative.py
File · 0.80
_find_module
Function · 0.80
load_file
Method · 0.80
_find_executable
Function · 0.80
getsourcefile
Function · 0.80
importfile
Function · 0.80
cli
Function · 0.80
main
Function · 0.80
hook_compressed
Function · 0.80
_modname
Function · 0.80
_fullmodname
Function · 0.80
__init__
Method · 0.80
Calls
no outgoing calls
Tested by
15
_test_module_encoding
Method · 0.64
splitextTest
Method · 0.64
test_upgrade_dependencies
Method · 0.64
my_file_and_modname
Function · 0.64
test_loop_caller_importing
Method · 0.64
_filter
Method · 0.64
debug_build
Function · 0.64
url
Method · 0.64
get_module_names
Method · 0.64
_create_underpth_exe
Method · 0.64
findtests
Function · 0.64
test_file_to_source
Method · 0.64