How can I get the full traceback of an error, including file name, fun
How can I get the full traceback of an error, including file name, function name and line number without raising it?
except Exception as e:print(e) will only print the text of the error