MCPcopy Index your code
hub / github.com/pymupdf/PyMuPDF / _vs_pattern

Function _vs_pattern

wdev.py:229–230  ·  view source on GitHub ↗
(year=None, grade=None)

Source from the content-addressed store, hash-verified

227
228
229def _vs_pattern(year=None, grade=None):
230 return f'C:\\Program Files*\\Microsoft Visual Studio\\{year if year else "2*"}\\{grade if grade else "*"}'
231
232
233def windows_vs_multiple(year=None, grade=None, verbose=0):

Callers 2

__init__Method · 0.85
windows_vs_multipleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…