MCPcopy Create free account
hub / github.com/ColdGrub1384/Pyto / __init__

Method __init__

site-packages/matplotlib/mathtext.py:1389–1393  ·  view source on GitHub ↗
(self, width, height, depth)

Source from the content-addressed store, hash-verified

1387 Represents any node with a physical location.
1388 """
1389 def __init__(self, width, height, depth):
1390 Node.__init__(self)
1391 self.width = width
1392 self.height = height
1393 self.depth = depth
1394
1395 def shrink(self):
1396 Node.shrink(self)

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