MCPcopy Index your code
hub / github.com/geekcomputers/Python / fullPage

Function fullPage

WikipediaModule.py:48–50  ·  view source on GitHub ↗
(page)

Source from the content-addressed store, hash-verified

46
47
48def fullPage(page):
49 soup = BeautifulSoup(page.content, "lxml")
50 return soup
51
52
53def randomWiki():

Callers 2

wikiFunction · 0.85
randomWikiFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected