Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ set_val
Method
set_val
lib/matplotlib/tests/test_spines.py:18–19 ·
view source on GitHub ↗
(self, val)
Source
from the content-addressed store, hash-verified
16
vars(self).update(kwargs)
17
18
def
set_val(self, val):
19
self.val = val
20
21
spines_dict = {
22
'left'
: SpineMock(),
Callers
1
test_spine_class
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected