MCPcopy 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_classFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected