Skip to main content

All Questions

Tagged with
1 vote
1 answer
3k views

Dynamic method creation in python

I have a class that will have a number of external methods that will all call the same smaller set of internal methods. So something like: obj.method_one(a, c) and obj.method_two(a, c) where obj....
tonyl7126's user avatar
  • 297