Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tornadoweb/tornado
/ remove_fragment
Function
remove_fragment
demos/webspider/webspider.py:30–32 ·
view source on GitHub ↗
(url)
Source
from the content-addressed store, hash-verified
28
29
30
def
remove_fragment(url):
31
pure_url, frag = urldefrag(url)
32
return
pure_url
33
34
35
def
get_links(html):
Callers
1
get_links_from_url
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected