I want a statement that does nothing but can be used in places requiring a statement. Pass: http://docs.python.org/release/2.5.2/ref/pass.html
Edit: Just saw: How do
I know it's too absurd but you may think using "nop" instruction.
In Linux
void pass() { __asm__("nop"); }
In Windows
void pass() { __asm{nop}; }