__LINE__ __FILE__ in C++ can give the current line number and filename. Is there a similar thing in python that can give me the current line number and filename? Is there a similar thing to __PRETTY_FUNCTION__ (also from C++)?