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

Method getOverflow

Lib/pagebot/elements/table.py:115–120  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

113 # F L O W
114
115 def getOverflow(self):
116 overflow = []
117 for row in self.elements:
118 if row.y < 0:
119 overflow.append(row)
120 return overflow
121
122 def isOverflow(self, tolerance):
123 """Answers if this element needs overflow to be solved. This method is

Callers 2

isOverflowMethod · 0.95
overflow2NextMethod · 0.95

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected