MCPcopy 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
3622def is_absolute(path: str) -> bool:
3623 return any(path.startswith(x) for x in ["/", "http:", "https:"])

Callers 2

render_linked_jsMethod · 0.85
render_linked_cssMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected