Search:
Login
Preferences
Help/Guide
About Trac
Forgot your password?
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 35
and
Version 36
of
WikiStart
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
08/02/21 13:37:30 (
3 years
ago)
Author:
Wouter Pasman
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
WikiStart
v35
v36
103
103
104
104
def _myTurn(self):
105
if self._lastReceivedBid != None and \
106
self._profile.getProfile().getUtility(self._lastReceivedBid) > 0.6:
105
if self._isGood(self._lastReceivedBid) :
107
106
action = Accept(self._me, self._lastReceivedBid)
108
107
else: