MCPcopy Create free account
hub / github.com/apache/arrow / run_shell_command

Method run_shell_command

dev/archery/archery/integration/tester.py:228–233  ·  view source on GitHub ↗
(self, cmd, **kwargs)

Source from the content-addressed store, hash-verified

226 self.debug = debug
227
228 def run_shell_command(self, cmd, **kwargs):
229 cmd = ' '.join(cmd)
230 if self.debug:
231 log(cmd)
232 kwargs.update(shell=True)
233 subprocess.check_call(cmd, **kwargs)
234
235 def json_to_file(self, json_path, arrow_path):
236 """

Callers 13

stream_to_fileMethod · 0.80
file_to_streamMethod · 0.80
stream_to_fileMethod · 0.80
file_to_streamMethod · 0.80
json_to_fileMethod · 0.80
stream_to_fileMethod · 0.80
file_to_streamMethod · 0.80
stream_to_fileMethod · 0.80
file_to_streamMethod · 0.80
stream_to_fileMethod · 0.80
file_to_streamMethod · 0.80
stream_to_fileMethod · 0.80

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected