MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / _print_fields

Function _print_fields

lib/matplotlib/dviread.py:1360–1361  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

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:

Callers 1

dviread.pyFile · 0.85

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…