Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ isabs
Method
isabs
Lib/test/test_getpath.py:998–999 ·
view source on GitHub ↗
(self, path)
Source
from the content-addressed store, hash-verified
996
return
path.casefold().endswith(suffix.casefold())
997
998
def
isabs(self, path):
999
return
path[1:3] ==
":\\"
1000
1001
def
isdir(self, path):
1002
if
verbose:
Callers
15
abspath
Method · 0.95
_get_filtered_attrs
Function · 0.45
updatecache
Function · 0.45
sourcehook
Method · 0.45
_execute_child
Method · 0.45
lookupmodule
Method · 0.45
set_filter
Method · 0.45
is_absolute
Method · 0.45
_execute_script
Function · 0.45
main
Function · 0.45
_get_name_from_path
Method · 0.45
_convert_name
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected