注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
Returns dictionary with local variable content from frame where exception was raised def getExcep... Returns dictionary with local variable content from frame where exception was raised def getExceptionFrameLocals(): retVal = {} if sys.exc_info(): trace = sys.exc_info()[2] while trace.tb_next: trace = trace.tb_next retVal = trace.tb_frame.f_locals return retVal // xml Parser ************************************************************************ Example: ***************************************
2011/02/12 リンク