MCPcopy Create free account
hub / github.com/clips/pattern / is_empty

Method is_empty

pattern/web/pdf/layout.py:95–96  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

93 return
94
95 def is_empty(self):
96 return self.width <= 0 or self.height <= 0
97
98 def is_hoverlap(self, obj):
99 assert isinstance(obj, LTComponent)

Callers 1

analyzeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected