(self, logTemplate='', logIDL=[])
| 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 | |
| 25 | class Node: |
nothing calls this directly
no outgoing calls
no test coverage detected