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

Method open

dev/release/binary-task.rb:727–734  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

725 class HTTPClientPool
726 class << self
727 def open(*args)
728 pool = new(*args)
729 begin
730 yield(pool)
731 ensure
732 pool.close
733 end
734 end
735 end
736
737 def initialize(*args)

Callers 15

setupMethod · 0.45
test_file_descriptorMethod · 0.45
test_reader_backendMethod · 0.45
test_write_tableMethod · 0.45
test_createMethod · 0.45
test_appendMethod · 0.45
setupMethod · 0.45
setupMethod · 0.45
test_exportMethod · 0.45

Calls 1

closeMethod · 0.45

Tested by 15

setupMethod · 0.36
test_file_descriptorMethod · 0.36
test_reader_backendMethod · 0.36
test_write_tableMethod · 0.36
test_createMethod · 0.36
test_appendMethod · 0.36
setupMethod · 0.36
setupMethod · 0.36
test_exportMethod · 0.36