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

Method __init__

lib/matplotlib/_mathtext.py:1150–1154  ·  view source on GitHub ↗
(self, width: float, height: float, depth: float)

Source from the content-addressed store, hash-verified

1148 """A node with a physical location."""
1149
1150 def __init__(self, width: float, height: float, depth: float) -> None:
1151 super().__init__()
1152 self.width = width
1153 self.height = height
1154 self.depth = depth
1155
1156 def shrink(self) -> None:
1157 super().shrink()

Callers 15

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected