Skip to content

Instantly share code, notes, and snippets.

@kived
Created February 3, 2015 21:50
Show Gist options
  • Select an option

  • Save kived/9bb9541af025a8773205 to your computer and use it in GitHub Desktop.

Select an option

Save kived/9bb9541af025a8773205 to your computer and use it in GitHub Desktop.
wtf
def func(which, *args):
def a(): pass
def b(): pass
def c(): pass
return locals()[which](*args)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment