(*args)
| 1358 | logging.basicConfig(level=logging.DEBUG) |
| 1359 | |
| 1360 | def _print_fields(*args): |
| 1361 | print(" ".join(map("{:>11}".format, args))) |
| 1362 | |
| 1363 | with Dvi(args.filename, args.dpi) as dvi: |
| 1364 | for page in dvi: |
no test coverage detected
searching dependent graphs…