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

Method _stdin_writeln

lib/matplotlib/backends/backend_pgf.py:243–248  ·  view source on GitHub ↗
(self, s)

Source from the content-addressed store, hash-verified

241 return cls()
242
243 def _stdin_writeln(self, s):
244 if self.latex is None:
245 self._setup_latex_process()
246 self.latex.stdin.write(s)
247 self.latex.stdin.write("\n")
248 self.latex.stdin.flush()
249
250 def _expect(self, s):
251 s = list(s)

Callers 3

_setup_latex_processMethod · 0.95
_get_box_metricsMethod · 0.95

Calls 3

_setup_latex_processMethod · 0.95
flushMethod · 0.80
writeMethod · 0.45

Tested by

no test coverage detected