4 lines
96 B
Python
4 lines
96 B
Python
def foo_function(debugger, args, result, dict):
|
|
result.Printf("foo says " + args)
|
|
return None
|