MCPcopy
hub / github.com/psf/requests-html / get

Function get

tests/test_requests_html.py:15–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13
14
15def get():
16 path = os.path.sep.join((os.path.dirname(os.path.abspath(__file__)), 'python.html'))
17 url = 'file://{}'.format(path)
18
19 return session.get(url)
20
21
22@pytest.fixture

Callers 11

test_file_getFunction · 0.85
test_class_seperationFunction · 0.85
test_css_selectorFunction · 0.85
test_containingFunction · 0.85
test_attrsFunction · 0.85
test_linksFunction · 0.85
test_searchFunction · 0.85
test_xpathFunction · 0.85
test_anchor_linksFunction · 0.85
test_renderFunction · 0.85
test_browser_processFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected