MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / html_getobj

Function html_getobj

tools/python-3.11.9-amd64/Lib/pydoc.py:2700–2706  ·  view source on GitHub ↗
(url)

Source from the content-addressed store, hash-verified

2698 ''.join((heading, contents, xrefs)))
2699
2700 def html_getobj(url):
2701 obj = locate(url, forceload=1)
2702 if obj is None and url != 'None':
2703 raise ValueError('could not find object')
2704 title = describe(obj)
2705 content = html.document(obj, url)
2706 return title, content
2707
2708 def html_error(url, exc):
2709 heading = html.heading(

Callers 1

get_html_pageFunction · 0.85

Calls 3

describeFunction · 0.85
documentMethod · 0.80
locateFunction · 0.70

Tested by

no test coverage detected