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

Method use_threads

python/pyarrow/tests/test_csv.py:446–448  ·  view source on GitHub ↗

Whether this test is multi-threaded

(self)

Source from the content-addressed store, hash-verified

444 @property
445 @abc.abstractmethod
446 def use_threads(self):
447 """Whether this test is multi-threaded"""
448 raise NotImplementedError
449
450 @staticmethod
451 def check_names(table, names):

Callers 12

test_accessorMethod · 0.45
test_accessorMethod · 0.45
test_write_tableMethod · 0.45
TESTFunction · 0.45
GetRecordBatchReaderMethod · 0.45
DecodeRowGroupsMethod · 0.45
FileWriterImplMethod · 0.45
WriteRecordBatchMethod · 0.45
load_as_parquetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected