brintos

brintos / llvm-project-archived public Read only

0
0
Text · 185 B · 0e17f3c Raw
9 lines · plain
1pre_flight = "I am not callable"2 3def post_flight(test):4    __import__("lldb")5    __import__("lldbtest")6    print "\nRunning post-flight function:"7    print "for test case:", test8 9