Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ GetSource
Method
GetSource
test/pseudo-tty/testcfg.py:122–125 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
120
}
121
122
def
GetSource(self):
123
return
(open(self.file).read()
124
+
"\n--- expected output ---\n"
125
+ open(self.expected).read())
126
127
def
RunCommand(self, command, env):
128
fd = None
Callers
nothing calls this directly
Calls
2
open
Function · 0.50
read
Method · 0.45
Tested by
no test coverage detected