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

Function _expand_text_props

lib/matplotlib/widgets.py:1034–1036  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

1032
1033
1034def _expand_text_props(props):
1035 props = cbook.normalize_kwargs(props, mtext.Text)
1036 return cycler(**props)() if props else itertools.repeat({})
1037
1038
1039class _Buttons(AxesWidget):

Callers 2

_init_layoutMethod · 0.85
set_label_propsMethod · 0.85

Calls 1

cyclerFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…