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

Function _get_data_path

lib/matplotlib/cbook.py:626–632  ·  view source on GitHub ↗

Return the `pathlib.Path` to a resource file provided by Matplotlib. ``*args`` specify a path relative to the base data path.

(*args)

Source from the content-addressed store, hash-verified

624
625
626def _get_data_path(*args):
627 """
628 Return the `pathlib.Path` to a resource file provided by Matplotlib.
629
630 ``*args`` specify a path relative to the base data path.
631 """
632 return Path(matplotlib.get_data_path(), *args)
633
634
635def flatten(seq, scalarp=is_scalar_or_string):

Callers 2

test_glyphs_subsetFunction · 0.90
get_sample_dataFunction · 0.85

Calls 1

PathClass · 0.85

Tested by 1

test_glyphs_subsetFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…