Print current call stack from a method in code

In Python, how can I print the current call stack from within a method (for debugging purposes).

← Назад к списку