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

Method join

python/pyarrow/tests/test_gdb.py:166–172  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

164 assert f"in {func_name}" in out
165
166 def join(self):
167 if self.proc is not None:
168 self.proc.stdin.close()
169 self.proc.stdout.close() # avoid ResourceWarning
170 self.proc.kill()
171 self.proc.wait()
172 self.proc = None
173
174 def __del__(self):
175 self.join()

Callers 15

__del__Method · 0.95
gdbFunction · 0.95
_get_docstringFunction · 0.45
_full_nameMethod · 0.45
show_infoFunction · 0.45
get_includeFunction · 0.45
create_library_symlinksFunction · 0.45
get_symlink_pathFunction · 0.45
get_library_dirsFunction · 0.45
datasetFunction · 0.45
decoratorFunction · 0.45

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected