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

Method set

lib/matplotlib/dates.py:965–969  ·  view source on GitHub ↗

Set parameters for an existing wrapper.

(self, **kwargs)

Source from the content-addressed store, hash-verified

963 self._update_rrule(**kwargs)
964
965 def set(self, **kwargs):
966 """Set parameters for an existing wrapper."""
967 self._construct.update(kwargs)
968
969 self._update_rrule(**self._construct)
970
971 def _update_rrule(self, **kwargs):
972 tzinfo = self._base_tzinfo

Callers 2

_create_rruleMethod · 0.45
_create_rruleMethod · 0.45

Calls 2

_update_rruleMethod · 0.95
updateMethod · 0.45

Tested by

no test coverage detected