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

Method get_paths

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

Source from the content-addressed store, hash-verified

215 self._paths = None
216
217 def get_paths(self):
218 return self._paths
219
220 def set_paths(self, paths):
221 self._paths = paths

Callers 2

get_datalimMethod · 0.95
_prepare_pointsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected