Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyIME/PIME
/ is_absolute
Function
is_absolute
python/python3/tornado/web.py:3622–3623 ·
view source on GitHub ↗
(path: str)
Source
from the content-addressed store, hash-verified
3620
3621
3622
def
is_absolute(path: str) -> bool:
3623
return
any(path.startswith(x)
for
x in [
"/"
,
"http:"
,
"https:"
])
Callers
2
render_linked_js
Method · 0.85
render_linked_css
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected