MCPcopy
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

__clearMethod · 0.95
_find_fonts_by_propsMethod · 0.45
_findfont_cachedMethod · 0.45

Calls 1

__copy__Method · 0.95

Tested by

no test coverage detected