http://mf34jlghauz5pxjcmdymdqbe5pva4v24logeys446tdrgd5lpsrocmqd.onion/_modules/stem/util/test_tools.html
_is_python_26 (): try : func ( * args , ** kwargs ) self . fail ( ' Expected a %s to be raised but nothing was ' % exc_type ) except exc_type as exc : self . assertTrue ( re . search ( exc_msg , str ( exc ), re . MULTILINE )) else : return super ( original_type , self ) . assertRaisesRegexp ( exc_type , exc_msg , func , * args , ** kwargs ) def id ( self ): return ' %s .