(self)
| 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 | |
| 3323 | def swig_get(swig, quick, swig_local='pipcl-swig-git'): |