I receive a string, for example "save". And i have a method save with paramethers. How can i convert the string save in a call to save(). I tried with eval and exec.
Edit: Solved here --> Calling a function of a module from a string with the function's name in Python