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

Method get_dashlength

site-packages/matplotlib/text.py:1525–1529  ·  view source on GitHub ↗

Get the length of the dash.

(self)

Source from the content-addressed store, hash-verified

1523 return self._twd_window_extent
1524
1525 def get_dashlength(self):
1526 """
1527 Get the length of the dash.
1528 """
1529 return self._dashlength
1530
1531 def set_dashlength(self, dl):
1532 """

Callers 3

drawMethod · 0.95
update_coordsMethod · 0.95
get_window_extentMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected