MCPcopy Index your code
hub / github.com/nodejs/node / URL

Function URL

deps/v8/tools/release/test_scripts.py:119–127  ·  view source on GitHub ↗

Convenience function returning a readurl test expectation.

(*args, **kwargs)

Source from the content-addressed store, hash-verified

117
118
119def URL(*args, **kwargs):
120 """Convenience function returning a readurl test expectation."""
121 return {
122 "name": "readurl",
123 "args": args[:-1],
124 "ret": args[-1],
125 "cb": kwargs.get("cb"),
126 "cwd": None,
127 }
128
129
130class SimpleMock(object):

Callers

nothing calls this directly

Calls 1

getMethod · 0.65

Tested by

no test coverage detected