Skip to content

Instantly share code, notes, and snippets.

@Dav1dde
Forked from anonymous/gist:3788098
Created September 26, 2012 13:50
Show Gist options
  • Save Dav1dde/3788166 to your computer and use it in GitHub Desktop.
Save Dav1dde/3788166 to your computer and use it in GitHub Desktop.
DasIch... Tutorials yummy yummy
class AB():
def function1(self, eingabe):
print(eingabe)
tokenDict = {'vE':function1}
a = AB()
test = a.tokenDict['vE']
test(a, 'Penis!!!111einself')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment