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

Method label_data

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

Source from the content-addressed store, hash-verified

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(
24 self.get_height()) + "\n"

Callers 1

get_result_dataMethod · 0.80

Calls 4

get_xMethod · 0.95
get_yMethod · 0.95
get_widthMethod · 0.95
get_heightMethod · 0.95

Tested by

no test coverage detected