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

Method __init__

app/analysis.py:19–21  ·  view source on GitHub ↗

Initializes StrategyAnalyzer class

(self)

Source from the content-addressed store, hash-verified

17 """
18
19 def __init__(self):
20 """Initializes StrategyAnalyzer class """
21 self.logger = structlog.get_logger()
22
23
24 def indicator_dispatcher(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected