Is there a tool like dir() for modules that will tell me what parameters this function performs? For example, I would like to do something like dir(os.rename) and tell it which parameters are documented so that I can avoid checking the documentation on the Internet and instead use only the Python scripting interface for this.
python introspection
sholsapp
source share