MCPcopy Index your code
hub / github.com/python/cpython / rglob

Method rglob

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

Source from the content-addressed store, hash-verified

264 check('//*/*/*', '//*/*/[*]')
265
266 def rglob(self, *parts, **kwargs):
267 return self.glob(*parts, recursive=True, **kwargs)
268
269 def hglob(self, *parts, **kwargs):
270 return self.glob(*parts, include_hidden=True, **kwargs)

Callers 12

test_recursive_globMethod · 0.95
test_glob_named_pipeMethod · 0.95
test_with_segmentsMethod · 0.45
test_rglob_pathlikeMethod · 0.45
_checkMethod · 0.45
test_rglob_posixMethod · 0.45
test_rglob_windowsMethod · 0.45

Calls 1

globMethod · 0.95

Tested by

no test coverage detected