[Tutor] what is the difference

johnf jfabiani at yolo.com
Thu Dec 13 18:54:52 CET 2007


if self._inFlush:
	return
self._inFlush = True
....

AND

if not self._inFlush:
	...
	self._inFlush = True
else:
	return

I can not see the difference but the second one acts differently in my code.
-- 
John Fabiani


More information about the Tutor mailing list