MCPcopy Create free account
hub / github.com/logpai/logparser / __init__

Method __init__

logparser/Spell/Spell.py:27–29  ·  view source on GitHub ↗
(self, logTemplate="", logIDL=[])

Source from the content-addressed store, hash-verified

25 """Class object to store a log group with the same template"""
26
27 def __init__(self, logTemplate="", logIDL=[]):
28 self.logTemplate = logTemplate
29 self.logIDL = logIDL
30
31
32class Node:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected