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

Method get_dest_dir

tools/triage_tests.py:275–283  ·  view source on GitHub ↗

Find the source tree directory corresponding to the given result_images subdirectory.

(self, reldir)

Source from the content-addressed store, hash-verified

273 self.status = 'unknown'
274
275 def get_dest_dir(self, reldir):
276 """
277 Find the source tree directory corresponding to the given
278 result_images subdirectory.
279 """
280 for baseline_dir in BASELINE_IMAGES:
281 path = self.source / baseline_dir / reldir
282 if path.is_dir():
283 return path
284
285 @property
286 def display(self):

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected