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

Class Node

logparser/Drain/Drain.py:33–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31
32
33class Node:
34 def __init__(self, childD=None, depth=0, digitOrtoken=None):
35 if childD is None:
36 childD = dict()
37 self.childD = childD
38 self.depth = depth
39 self.digitOrtoken = digitOrtoken
40
41
42class LogParser:

Callers 2

addSeqToPrefixTreeMethod · 0.70
parseMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected