• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1def command(debugger, command, result, internal_dict):
2	result.PutCString(u"hello world B")
3	return None
4