MCPcopy Index your code
hub / github.com/diffgram/diffgram / __init__

Method __init__

eventhandlers/ConsumersCreator.py:23–26  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

21 stopping: bool
22
23 def __init__(self):
24 self.channel = None
25 self.stopping = False
26 self.create_consumers()
27
28 def on_channel_open(self, channel):
29 logger.info('Connection opened')

Callers

nothing calls this directly

Calls 1

create_consumersMethod · 0.95

Tested by

no test coverage detected