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

Method rglob

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

Source from the content-addressed store, hash-verified

425 return map(self._next, filter(matches, self.root.namelist()))
426
427 def rglob(self, pattern):
428 return self.glob(f'**/{pattern}')
429
430 def relative_to(self, other, *extra):
431 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