why pass statement?
JCM
joshway_without_spam at myway.mathworks.com
Wed Sep 17 09:43:49 EDT 2003
More information about the Python-list mailing list
Wed Sep 17 09:43:49 EDT 2003
- Previous message (by thread): why pass statement?
- Next message (by thread): why pass statement?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
M-a-S <NO-MAIL at hotmail.com> wrote: > Why is there the pass statement? I think, the expression statement would be enough: > class C: > None > while True: > None Because emacs python-mode knows to dedent the next line after a pass :)
- Previous message (by thread): why pass statement?
- Next message (by thread): why pass statement?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list