Lines Matching refs:def
22 def __init__(self, stage, identifier, cost=0):
45 def __eq__(self, other):
51 def GetIdentifier(self, stage):
55 def SetResult(self, stage, cost):
60 def Work(self, stage):
64 def GetResult(self, stage):
68 def Done(self, stage):
74 def LogSteeringCost(self):
86 def __hash__(self):
89 def __eq__(self, other):