Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ __str__
Method
__str__
lib/matplotlib/font_manager.py:867–868 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
865
return
hash(self) == hash(other)
866
867
def
__str__(self):
868
return
self.get_fontconfig_pattern()
869
870
def
get_family(self):
871
""
"
Callers
nothing calls this directly
Calls
1
get_fontconfig_pattern
Method · 0.95
Tested by
no test coverage detected