Public Member Functions | |
def | __init__ |
def | match |
Public Attributes | |
id |
Definition at line 37 of file NodeCut.py.
def NodeCut::MatchId::__init__ | ( | self, | ||
id | ||||
) |
def NodeCut::MatchId::match | ( | self, | ||
nline | ||||
) |
Definition at line 40 of file NodeCut.py.
00040 : 00041 return self.id == nline.id() 00042 class MatchLessSeen:
Definition at line 39 of file NodeCut.py.