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

Function qfont_to_tuple

lib/matplotlib/backends/qt_editor/_formlayout.py:158–160  ·  view source on GitHub ↗
(font)

Source from the content-addressed store, hash-verified

156
157
158def qfont_to_tuple(font):
159 return (str(font.family()), int(font.pointSize()),
160 font.italic(), font.bold())
161
162
163class FontLayout(QtWidgets.QGridLayout):

Callers 1

get_fontMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…