MCPcopy Create free account
hub / github.com/apache/solr / load

Function load

dev-tools/scripts/smokeTestRelease.py:107–116  ·  view source on GitHub ↗
(urlString)

Source from the content-addressed store, hash-verified

105 urlString = newLoc
106 else:
107 break
108
109 links = []
110 try:
111 html = load(urlString)
112 except:
113 print('\nFAILED to open url %s' % urlString)
114 traceback.print_exc()
115 raise
116
117 for subUrl, text in reHREF.findall(html):
118 #print("Got suburl %s and text %s" % (subUrl, text))
119 fullURL = urllib.parse.urljoin(urlString, subUrl)

Callers 4

getHREFsFunction · 0.70
testChangesFunction · 0.70
verifyDigestsFunction · 0.70
testSolrExampleFunction · 0.70

Calls 2

decodeMethod · 0.65
readMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…