Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ splitext
Method
splitext
Lib/pathlib/types.py:48–48 ·
view source on GitHub ↗
(self, path: str)
Source
from the content-addressed store, hash-verified
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
51
Callers
15
_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
lookupmodule
Method · 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
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
test_show_warning_output
Method · 0.64