Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
48
def
fullPage(page):
49
soup = BeautifulSoup(page.content,
"lxml"
)
50
return
soup
51
52
53
def
randomWiki():
Callers
2
wiki
Function · 0.85
randomWiki
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected