Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ test_sankey
Function
test_sankey
lib/matplotlib/tests/test_sankey.py:8–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6
7
8
def
test_sankey():
9
# let's just create a sankey instance and check the code runs
10
sankey = Sankey()
11
sankey.add()
12
13
14
def
test_label():
Callers
nothing calls this directly
Calls
2
add
Method · 0.95
Sankey
Class · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…