MCPcopy
hub / github.com/Gallopsled/pwntools / glob

Method glob

pwnlib/filesystem/ssh.py:349–350  ·  view source on GitHub ↗
(self, pattern)

Source from the content-addressed store, hash-verified

347 yield self._new(directory)
348
349 def glob(self, pattern):
350 raise NotImplementedError()
351
352 def rglob(self, pattern):
353 raise NotImplementedError()

Callers 5

setup.pyFile · 0.80
compileFunction · 0.80
qemu_corefileMethod · 0.80
apport_coredumpMethod · 0.80
__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected