MCPcopy Index your code
hub / github.com/pyload/pyload / getURL

Function getURL

module/network/RequestFactory.py:130–131  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

128
129# needs pyreq in global namespace
130def getURL(*args, **kwargs):
131 return pyreq.getURL(*args, **kwargs)
132
133
134def getRequest(*args, **kwargs):

Callers 2

getIPMethod · 0.90
parseURLsMethod · 0.90

Calls 1

getURLMethod · 0.80

Tested by

no test coverage detected