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

Method shrink

site-packages/matplotlib/mathtext.py:1516–1518  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1514 self.depth = 0
1515
1516 def shrink(self):
1517 Char.shrink(self)
1518 self._update_metrics()
1519
1520 def grow(self):
1521 Char.grow(self)

Callers 1

accentMethod · 0.95

Calls 2

_update_metricsMethod · 0.95
shrinkMethod · 0.45

Tested by

no test coverage detected