MCPcopy Create free account
hub / github.com/JoshuaPostel/texaform / height

Method height

python/utils.py:67–68  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

65 bot_right: Point
66
67 def height(self) -> int:
68 return self.bot_right.y - self.top_left.y
69
70 def width(self) -> int:
71 return self.bot_right.x - self.top_left.x

Callers 1

clear_areaFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected