Skip to content

Instantly share code, notes, and snippets.

@BlackVegetable
Created September 20, 2014 20:57
Show Gist options
  • Save BlackVegetable/ccbc297170abc3f6b1d0 to your computer and use it in GitHub Desktop.
Save BlackVegetable/ccbc297170abc3f6b1d0 to your computer and use it in GitHub Desktop.
A trivial noop (no operation) function in Python
def noop (self):
if True:
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment