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

Class LCSObject

logparser/Spell/Spell.py:24–29  ·  view source on GitHub ↗

Class object to store a log group with the same template

Source from the content-addressed store, hash-verified

22
23
24class LCSObject:
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 1

parseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected