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

Method rglob

Lib/zipfile/_path/__init__.py:430–431  ·  view source on GitHub ↗
(self, pattern)

Source from the content-addressed store, hash-verified

428 return map(self._next, filter(matches, self.root.namelist()))
429
430 def rglob(self, pattern):
431 return self.glob(f'**/{pattern}')
432
433 def relative_to(self, other, *extra):
434 return posixpath.relpath(str(self), str(other.joinpath(*extra)))

Callers

nothing calls this directly

Calls 1

globMethod · 0.95

Tested by

no test coverage detected