Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ test_update
Function
test_update
lib/matplotlib/tests/test_gridspec.py:13–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11
12
13
def
test_update():
14
gs = gridspec.GridSpec(2, 1)
15
16
gs.update(left=.1)
17
assert gs.left == .1
18
19
20
def
test_width_ratios():
Callers
nothing calls this directly
Calls
1
update
Method · 0.95
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…