MCPcopy Index your code
hub / github.com/lincolnloop/python-qrcode / version

Method version

qrcode/main.py:102–105  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

100
101 @property
102 def version(self) -> int:
103 if self._version is None:
104 self.best_fit()
105 return cast(int, self._version)
106
107 @version.setter
108 def version(self, value) -> None:

Callers 1

mainFunction · 0.80

Calls 1

best_fitMethod · 0.95

Tested by

no test coverage detected