Skip to content

Instantly share code, notes, and snippets.

@cleac
Created May 1, 2018 08:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cleac/77a50c95d8b0d827583c8beec51b7402 to your computer and use it in GitHub Desktop.
Save cleac/77a50c95d8b0d827583c8beec51b7402 to your computer and use it in GitHub Desktop.
"import dis" article gist 1
def get_something_great(ids):
 # some cool operations
 # <…>
 return [url.somewhere.absolute(‘home’) for _ in id]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment