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

Function RL

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

Convenience function returning a readline test expectation.

(text, cb=None)

Source from the content-addressed store, hash-verified

106
107
108def RL(text, cb=None):
109 """Convenience function returning a readline test expectation."""
110 return {
111 "name": "readline",
112 "args": [],
113 "ret": text,
114 "cb": cb,
115 "cwd": None,
116 }
117
118
119def URL(*args, **kwargs):

Callers 5

testRollMergeMethod · 0.70
testMergeToBranchMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected