MCPcopy
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
30def remove_fragment(url):
31 pure_url, frag = urldefrag(url)
32 return pure_url
33
34
35def get_links(html):

Callers 1

get_links_from_urlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected