Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ test_interpolated_empty_path
Function
test_interpolated_empty_path
lib/matplotlib/tests/test_path.py:692–694 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
690
691
692
def
test_interpolated_empty_path():
693
path = Path(np.zeros((0, 2)))
694
assert path.interpolated(42) is path
Callers
nothing calls this directly
Calls
2
interpolated
Method · 0.95
Path
Class · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…