MCPcopy Create free account
hub / github.com/devilsen/CZXing / get_height

Method get_height

python/QR_Code_Position.py:19–20  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

17 return round(self._width / self._image_width, 6)
18
19 def get_height(self):
20 return round(self._height / self._image_height, 6)
21
22 def label_data(self):
23 return "0 " + str(self.get_x()) + " " + str(self.get_y()) + " " + str(self.get_width()) + " " + str(

Callers 1

label_dataMethod · 0.95

Calls 1

roundFunction · 0.85

Tested by

no test coverage detected