MCPcopy Create free account
hub / github.com/PageBot/PageBot / restore

Method restore

Lib/pagebot/elements/element.py:745–747  ·  view source on GitHub ↗
(self, view, p)

Source from the content-addressed store, hash-verified

743 self.drawMeta(view, origin)
744
745 def restore(self, view, p):
746 self._restoreRotation(view, p)
747 self._restoreScale(view)
748
749 def drawMeta(self, view, origin):
750 """Element draw function based on style settings."""

Callers 15

buildMethod · 0.95
buildFrameMethod · 0.45
_restoreScaleMethod · 0.45
buildMethod · 0.45
buildMethod · 0.45
buildMethod · 0.45
buildMethod · 0.45
buildMethod · 0.45
buildMethod · 0.45
buildMethod · 0.45

Calls 2

_restoreRotationMethod · 0.95
_restoreScaleMethod · 0.95

Tested by

no test coverage detected