]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - packages/Python/lldbsuite/test/functionalities/command_script/import/foo/foo.py
Vendor import of lldb trunk r290819:
[FreeBSD/FreeBSD.git] / packages / Python / lldbsuite / test / functionalities / command_script / import / foo / foo.py
1 from __future__ import print_function
2
3
4 def foo_function(debugger, args, result, dict):
5     print("foo says " + args, file=result)
6     return None