MCPcopy Create free account
hub / github.com/CryptoSignal/Crypto-Signal / __init__

Method __init__

app/outputs.py:13–22  ·  view source on GitHub ↗

Initializes Output class.

(self)

Source from the content-addressed store, hash-verified

11 """
12
13 def __init__(self):
14 """Initializes Output class.
15 """
16
17 self.logger = structlog.get_logger()
18 self.dispatcher = {
19 'cli': self.to_cli,
20 'csv': self.to_csv,
21 'json': self.to_json
22 }
23
24
25 def to_cli(self, results, market_pair):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected