MCPcopy Index your code
hub / github.com/apify/crawlee-python / _make_request

Function _make_request

tests/unit/test_throttling_request_manager.py:53–55  ·  view source on GitHub ↗

Helper to create a Request object.

(url: str)

Source from the content-addressed store, hash-verified

51
52
53def _make_request(url: str) -> Request:
54 """Helper to create a Request object."""
55 return Request.from_url(url)
56
57
58# ── Request Routing Tests ─────────────────────────────────

Calls 1

from_urlMethod · 0.80

Tested by

no test coverage detected