Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/matplotlib/matplotlib
/ copy
Method
copy
lib/matplotlib/font_manager.py:1114–1116 ·
view source on GitHub ↗
Return a copy of self.
(self)
Source
from the content-addressed store, hash-verified
1112
return
new
1113
1114
def
copy(self):
1115
""
"Return a copy of self."
""
1116
return
self.__copy__()
1117
1118
# Aliases
1119
set_name = set_family
Callers
3
__clear
Method · 0.95
_find_fonts_by_props
Method · 0.45
_findfont_cached
Method · 0.45
Calls
1
__copy__
Method · 0.95
Tested by
no test coverage detected