Skip to content

Instantly share code, notes, and snippets.

@philippstroehle
Created September 14, 2013 11:23
Show Gist options
  • Save philippstroehle/6561215 to your computer and use it in GitHub Desktop.
Save philippstroehle/6561215 to your computer and use it in GitHub Desktop.
python introspection
baseClass = self.__class__.__name__
methodToCall = getattr(self,"selectJobs"+baseClass)
#now = self.selectJobsExpectation(J)
now = methodToCall(J)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment