MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-577001.py

File recipe-577001.py

recipes/Python/577001_sqlite_message_bus/recipe-577001.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#!/usr/bin/python
2
3"""Simple message bus implemented on top of a shared sqlite3 database.
4

Callers

nothing calls this directly

Calls 7

MBusClass · 0.85
existsMethod · 0.45
connectMethod · 0.45
executeMethod · 0.45
recvMethod · 0.45
sendMethod · 0.45
exitMethod · 0.45

Tested by

no test coverage detected