Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
15
def
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_get
Function · 0.85
test_class_seperation
Function · 0.85
test_css_selector
Function · 0.85
test_containing
Function · 0.85
test_attrs
Function · 0.85
test_links
Function · 0.85
test_search
Function · 0.85
test_xpath
Function · 0.85
test_anchor_links
Function · 0.85
test_render
Function · 0.85
test_browser_process
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected