Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devilsen/CZXing
/ get_y
Method
get_y
python/QR_Code_Position.py:13–14 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
11
return
round(self._x / self._image_width, 6)
12
13
def
get_y(self):
14
return
round(self._y / self._image_height, 6)
15
16
def
get_width(self):
17
return
round(self._width / self._image_width, 6)
Callers
1
label_data
Method · 0.95
Calls
1
round
Function · 0.85
Tested by
no test coverage detected