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

Method __init__

tools/test.py:878–883  ·  view source on GitHub ↗
(self, path)

Source from the content-addressed store, hash-verified

876class TestRepository(TestSuite):
877
878 def __init__(self, path):
879 normalized_path = abspath(path)
880 super(TestRepository, self).__init__(basename(normalized_path))
881 self.path = normalized_path
882 self.is_loaded = False
883 self.config = None
884
885 def GetConfiguration(self, context):
886 if self.is_loaded:

Callers

nothing calls this directly

Calls 3

basenameFunction · 0.90
abspathFunction · 0.85
__init__Method · 0.45

Tested by

no test coverage detected