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

Class LCSObject

parse/logparser/Spell/Spell.py:17–22  ·  view source on GitHub ↗

Class object to store a log group with the same template

Source from the content-addressed store, hash-verified

15
16
17class LCSObject:
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 1

parseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected