MCPcopy Create free account
hub / github.com/pymupdf/PyMuPDF / _items

Method _items

pipcl.py:3315–3320  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3313 #hash_ = hashlib.file_digest(f, hashlib.md5).digest()
3314 return mtime, hash_
3315 def _items(self):
3316 ret = dict()
3317 for path in glob.glob(self.glob_pattern):
3318 if os.path.isfile(path):
3319 ret[path] = self._file_id(path)
3320 return ret
3321
3322
3323def swig_get(swig, quick, swig_local='pipcl-swig-git'):

Callers 2

__init__Method · 0.95
getMethod · 0.95

Calls 1

_file_idMethod · 0.95

Tested by

no test coverage detected