MCPcopy Create free account
hub / github.com/WraySmith/log-anomaly / __init__

Method __init__

parse/logparser/Spell/Spell.py:20–22  ·  view source on GitHub ↗
(self, logTemplate='', logIDL=[])

Source from the content-addressed store, hash-verified

18 """ Class object to store a log group with the same template
19 """
20 def __init__(self, logTemplate='', logIDL=[]):
21 self.logTemplate = logTemplate
22 self.logIDL = logIDL
23
24
25class Node:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected