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

Method get_resample

lib/matplotlib/image.py:800–802  ·  view source on GitHub ↗

Return whether image resampling is used.

(self)

Source from the content-addressed store, hash-verified

798 self.stale = True
799
800 def get_resample(self):
801 """Return whether image resampling is used."""
802 return self._resample
803
804 def set_filternorm(self, filternorm):
805 """

Callers 1

_resampleFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected