MCPcopy Index your code
hub / github.com/plotly/plotly.py / perform_request

Function perform_request

tests/test_io/test_renderers.py:233–234  ·  view source on GitHub ↗
(url)

Source from the content-addressed store, hash-verified

231 request_responses = []
232
233 def perform_request(url):
234 request_responses.append(requests.get(url))
235
236 def open_url(url, new=0, autoraise=True):
237 print("open url")

Callers 1

open_urlFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected