MCPcopy 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
21except AttributeError:
22 def _fromUtf8(s):
23 return s
24
25try:
26 _encoding = QtGui.QApplication.UnicodeUTF8

Callers 1

setupUiMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected