Let's say I call a function, say extractall from zipfile module.
How would I see all calls to other functions extractall is making? e.g. similar to step into, or a stack trace?
Let's say I call a function, say extractall from zipfile module.
How would I see all calls to other functions extractall is making? e.g. similar to step into, or a stack trace?