MCPcopy Index your code
hub / github.com/Bitmessage/PyBitmessage / sqlInit

Method sqlInit

src/bitmessageqt/__init__.py:1333–1334  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1331
1332 # Adapters and converters for QT <-> sqlite
1333 def sqlInit(self):
1334 register_adapter(QtCore.QByteArray, str)
1335
1336 # Try init the distro specific appindicator,
1337 # for example the Ubuntu MessagingMenu

Callers 1

runFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected