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

Function _writeln

lib/matplotlib/backends/backend_pgf.py:97–101  ·  view source on GitHub ↗
(fh, line)

Source from the content-addressed store, hash-verified

95
96
97def _writeln(fh, line):
98 # Ending lines with a % prevents TeX from inserting spurious spaces
99 # (https://tex.stackexchange.com/questions/7453).
100 fh.write(line)
101 fh.write("%\n")
102
103
104def _escape_and_apply_props(s, prop):

Callers 9

draw_markersMethod · 0.85
draw_pathMethod · 0.85
_print_pgf_clipMethod · 0.85
_print_pgf_pathMethod · 0.85
_pgf_path_drawMethod · 0.85
draw_imageMethod · 0.85
draw_textMethod · 0.85
_print_pgf_to_fhMethod · 0.85

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…