Icecream – A little debugging library
Without arguments, inspects itself and prints the calling filename, line number, and parent function. can be used to adopt a custom output prefix (the default is ), change the output function (default is to write to stderr), customize how arguments are serialized to strings, and/or include the call’s context (filename, line number, and parent function) in output with arguments. , if provided and True, adds the call’s filename, line number, and parent function to ‘s output.
Source: github.com