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

Method check_name

pipcl.py:844–847  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

842
843 names_in_tar = list()
844 def check_name(name):
845 if name in names_in_tar:
846 raise Exception(f'Name specified twice: {name}')
847 names_in_tar.append(name)
848
849 def add(from_, name):
850 check_name(name)

Callers

nothing calls this directly

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected