MCPcopy Index your code
hub / github.com/RustPython/RustPython / hglob

Method hglob

Lib/test/test_glob.py:270–271  ·  view source on GitHub ↗
(self, *parts, **kwargs)

Source from the content-addressed store, hash-verified

268 return self.glob(*parts, recursive=True, **kwargs)
269
270 def hglob(self, *parts, **kwargs):
271 return self.glob(*parts, include_hidden=True, **kwargs)
272
273 def test_hidden_glob(self):
274 eq = self.assertSequencesEqual_noorder

Callers 1

test_hidden_globMethod · 0.95

Calls 1

globMethod · 0.95

Tested by

no test coverage detected