wym just
def piss(): pass
substitute accordingly 🤙
Now that I think about it, you can just write
piss
and it counts as writing a variable but not assigning it 🙃 (after having assigned piss at the beginning of the code!)So you’re saying we just have to piss at the very beginning of the code?
I bet this was in the original draft of the PEP-8 hahah
def piss(): pass; piss = piss()
Here you go.
But actually, You can just replace that line with
piss = None
, assigningpiss = piss()
does not invoke the former method when writing the new variable “standalone”Oh well.
You can use the C preprocessor on any source code.
Or m4 if you are into it.
M4 + python would make for a great combo.
Please don’t.
But…
What is more pythonic than semantic whitespace?
Preprocessing source code is an awful idea and I wish it never became widespread.
I used to hate semantic whitespace, but I came around when I was using it anyway.