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

Method _get_default_antialiased

lib/matplotlib/collections.py:826–828  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

824 self.stale = True
825
826 def _get_default_antialiased(self):
827 # This may be overridden in a subclass.
828 return mpl.rcParams['patch.antialiased']
829
830 def set_color(self, c):
831 """

Callers 1

set_antialiasedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected