> ie:
> @if os.exists(foo):
>    etc
>    etc
>
> and
>
> @for blah:
>    etc
>    etc
>

This sounds more like PHP code, where a @ prefixing a function means
that even if there are errors or warnings, you don't want to see them.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to