MCPcopy Index your code
hub / github.com/clips/pattern / main

Function main

pattern/web/pdf/cmapdb.py:410–419  ·  view source on GitHub ↗
(argv)

Source from the content-addressed store, hash-verified

408
409# test
410def main(argv):
411 args = argv[1:]
412 for fname in args:
413 fp = file(fname, 'rb')
414 cmap = FileUnicodeMap()
415 #cmap = FileCMap()
416 CMapParser(cmap, fp).run()
417 fp.close()
418 cmap.dump()
419 return
420
421if __name__ == '__main__': sys.exit(main(sys.argv))

Callers 1

cmapdb.pyFile · 0.70

Calls 5

FileUnicodeMapClass · 0.85
CMapParserClass · 0.85
runMethod · 0.45
closeMethod · 0.45
dumpMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…