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

Method defaultFont

lib/matplotlib/font_manager.py:1311–1315  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1309
1310 @property
1311 def defaultFont(self):
1312 # Lazily evaluated (findfont then caches the result) to avoid including
1313 # the venv path in the json serialization.
1314 return {ext: self.findfont(family, fontext=ext)
1315 for ext, family in self.defaultFamily.items()}
1316
1317 def get_default_weight(self):
1318 """

Callers 1

_export_valuesMethod · 0.80

Calls 1

findfontMethod · 0.95

Tested by

no test coverage detected