j
k
j a
j l
On Thu, Apr 01, 2010 at 11:54:53AM -0700, Bruce Leban wrote:
foo is in bar = hasattr(foo,bar)
foo is in bar
is currently a valid and widely used expression. It means bar.__contains__(foo).
Oleg.
Back to the thread
Back to the list