MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / set

Method set

lib/matplotlib/tests/test_spines.py:15–16  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

13 self.val = None
14
15 def set(self, **kwargs):
16 vars(self).update(kwargs)
17
18 def set_val(self, val):
19 self.val = val

Callers 15

__init__Method · 0.45
drawMethod · 0.45
set_messageMethod · 0.45
set_messageMethod · 0.45
triggerMethod · 0.45
sFunction · 0.45
dFunction · 0.45
_make_polygonMethod · 0.45
_update_transScaleMethod · 0.45
_set_positionMethod · 0.45
_set_viewMethod · 0.45

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected