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

Method copy

lib/matplotlib/colors.py:2177–2179  ·  view source on GitHub ↗

Return a copy of the colormap.

(self)

Source from the content-addressed store, hash-verified

2175 '</div></div>')
2176
2177 def copy(self):
2178 """Return a copy of the colormap."""
2179 return self.__copy__()
2180
2181
2182class SegmentedBivarColormap(BivarColormap):

Callers 1

with_extremesMethod · 0.95

Calls 1

__copy__Method · 0.95

Tested by

no test coverage detected