Public Member Functions | |
def | __init__ |
def | match |
Public Attributes | |
count |
Definition at line 43 of file NodeCut.py.
def NodeCut::MatchLessSeen::__init__ | ( | self, | ||
count | ||||
) |
def NodeCut::MatchLessSeen::match | ( | self, | ||
nline | ||||
) |
Definition at line 46 of file NodeCut.py.
00046 : 00047 return self.count < nline.attr[4] 00048 class MatchLessHit:
Definition at line 45 of file NodeCut.py.