MCPcopy Create free account
hub / github.com/Simsys/qhexedit2 / setAddress

Method setAddress

python/example/example-pyqt6.py:162–163  ·  view source on GitHub ↗
(self, address)

Source from the content-addressed store, hash-verified

160 self.saveFile(fileName)
161
162 def setAddress(self, address):
163 self.lbAddress.setText('%x' % address)
164
165 def setOverwriteMode(self, mode):
166 settings = QtCore.QSettings()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected