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