Files
clang-p2996/lldb/test/functionalities/command_script/import/foo/foo.py
Enrico Granata 3a193f4b11 Fixing Python commands test cases to work even after removing Printf
(and using the new syntax for printing :-)

llvm-svn: 178389
2013-03-30 00:53:13 +00:00

4 lines
100 B
Python

def foo_function(debugger, args, result, dict):
print >>result, ("foo says " + args)
return None