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

Method Ls

test/testpy/__init__.py:138–139  ·  view source on GitHub ↗
(self, path)

Source from the content-addressed store, hash-verified

136 self.additional_flags = []
137
138 def Ls(self, path):
139 return [f for f in os.listdir(path) if LS_RE.match(f)]
140
141 def ListTests(self, current_path, path, arch, mode):
142 all_tests = [current_path + [t] for t in self.Ls(os.path.join(self.root))]

Callers 1

ListTestsMethod · 0.95

Calls 1

matchMethod · 0.65

Tested by

no test coverage detected