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

Method set_patchA

lib/matplotlib/patches.py:4460–4469  ·  view source on GitHub ↗

Set the tail patch. Parameters ---------- patchA : `.patches.Patch`

(self, patchA)

Source from the content-addressed store, hash-verified

4458 self.stale = True
4459
4460 def set_patchA(self, patchA):
4461 """
4462 Set the tail patch.
4463
4464 Parameters
4465 ----------
4466 patchA : `.patches.Patch`
4467 """
4468 self.patchA = patchA
4469 self.stale = True
4470
4471 def set_patchB(self, patchB):
4472 """

Callers 2

update_positionsMethod · 0.80
update_positionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected