Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pyload/pyload
/ load
Method
load
module/network/Browser.py:96–98 ·
view source on GitHub ↗
retrieves page
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
94
return
name
95
96
def
load(self, *args, **kwargs):
97
""
" retrieves page "
""
98
return
self.http.load(*args, **kwargs)
99
100
def
putHeader(self, name, value):
101
""
" add a header to the request "
""
Callers
1
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected