MCPcopy Index your code
hub / github.com/python/cpython / generate_trace_command

Method generate_trace_command

Lib/test/test_dtrace.py:63–67  ·  view source on GitHub ↗
(self, script_file, subcommand=None)

Source from the content-addressed store, hash-verified

61 return (expected_output, actual_output)
62
63 def generate_trace_command(self, script_file, subcommand=None):
64 command = self.COMMAND + [script_file]
65 if subcommand:
66 command += ["-c", subcommand]
67 return command
68
69 def trace(self, script_file, subcommand=None):
70 command = self.generate_trace_command(script_file, subcommand)

Callers 1

traceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected