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

Function get_data_path

lib/matplotlib/__init__.py:635–637  ·  view source on GitHub ↗

Return the path to Matplotlib data.

()

Source from the content-addressed store, hash-verified

633
634@_logged_cached('matplotlib data path: %s')
635def get_data_path():
636 """Return the path to Matplotlib data."""
637 return str(Path(__file__).with_name("mpl-data"))
638
639
640def matplotlib_fname():

Callers 2

gen_candidatesFunction · 0.85

Calls 1

PathClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…