Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Bitmessage/PyBitmessage
/ _fromUtf8
Function
_fromUtf8
src/bitmessageqt/bitmessageui.py:22–23 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
20
_fromUtf8 = QtCore.QString.fromUtf8
21
except
AttributeError:
22
def
_fromUtf8(s):
23
return
s
24
25
try
:
26
_encoding = QtGui.QApplication.UnicodeUTF8
Callers
1
setupUi
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected