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

Method GetSource

test/testpy/__init__.py:126–127  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

124 }
125
126 def GetSource(self):
127 return open(self.file).read()
128
129
130class SimpleTestConfiguration(test.TestConfiguration):

Callers

nothing calls this directly

Calls 2

openFunction · 0.50
readMethod · 0.45

Tested by

no test coverage detected