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

Method use_threads

python/pyarrow/tests/test_csv.py:461–463  ·  view source on GitHub ↗

Whether this test is multi-threaded

(self)

Source from the content-addressed store, hash-verified

459 @property
460 @abc.abstractmethod
461 def use_threads(self):
462 """Whether this test is multi-threaded"""
463 raise NotImplementedError
464
465 @staticmethod
466 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