Skip to content

Instantly share code, notes, and snippets.

@bussiere
Created October 11, 2010 21:09
Show Gist options
  • Save bussiere/621235 to your computer and use it in GitHub Desktop.
Save bussiere/621235 to your computer and use it in GitHub Desktop.
class toto :
def titi(self):
print "poutou"
string = "titi"
t = toto()
if string in dir(t):
getattr(t,string)()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment