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

Method __init__

lib/matplotlib/_mathtext.py:1520–1522  ·  view source on GitHub ↗
(self, width: float, height: float, depth: float, state: ParserState)

Source from the content-addressed store, hash-verified

1518 """
1519
1520 def __init__(self, width: float, height: float, depth: float, state: ParserState):
1521 super().__init__(width, height, depth)
1522 self.fontset = state.fontset
1523
1524 def render(self, output: Output, # type: ignore[override]
1525 x: float, y: float, w: float, h: float) -> None:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected