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

Method render

lib/matplotlib/_mathtext.py:1163–1165  ·  view source on GitHub ↗
(self, output: Output,  # type: ignore[override]
               x1: float, y1: float, x2: float, y2: float)

Source from the content-addressed store, hash-verified

1161 self.depth *= SHRINK_FACTOR
1162
1163 def render(self, output: Output, # type: ignore[override]
1164 x1: float, y1: float, x2: float, y2: float) -> None:
1165 pass
1166
1167
1168class Vbox(Box):

Callers 5

renderFunction · 0.45
runFunction · 0.45
getMethod · 0.45
getMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected