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

Method __init__

pipcl.py:3276–3279  ·  view source on GitHub ↗
(self, glob_pattern)

Source from the content-addressed store, hash-verified

3274 detecting wheels created by pip or cubuildwheel etc.
3275 '''
3276 def __init__(self, glob_pattern):
3277 # Find current matches of <glob_pattern>.
3278 self.glob_pattern = glob_pattern
3279 self.items0 = self._items()
3280 def get(self):
3281 ''&#x27;
3282 Returns list of new matches of <glob_pattern> - paths of files that

Callers

nothing calls this directly

Calls 1

_itemsMethod · 0.95

Tested by

no test coverage detected