Hi all,
This is not a post about simply recvering user input with raw_input() and then using eval(), nor for input() use .
I remember having used this once, but can't get a hold of the old code so I turn to you for fresh ideas.
I am planning to create an application which would give access to the used to the actual functions in the imported modules. The user could really use the call to function_x(par1,par2...) on the input line ...
I believe (I may remember wrong and want too much though) that there was a module in Python allowing direct interpretation of the user input as Python code, related to the running app and imported modules in main.
Does any of you have any ideas about this? I think I'm not googling my needs the right way so I keep getting input() and raw_input() related issues.
Thanks in advance,
T-