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

Method format_msg

python/pyarrow/tests/test_csv.py:608–613  ·  view source on GitHub ↗
(msg_format, row, *args)

Source from the content-addressed store, hash-verified

606 def test_row_number_offset_in_errors(self):
607 # Row numbers are only correctly counted in serial reads
608 def format_msg(msg_format, row, *args):
609 if self.use_threads:
610 row_info = ""
611 else:
612 row_info = f"Row #{row}: "
613 return msg_format.format(row_info, *args)
614
615 csv, _ = make_random_csv(4, 100, write_names=True)
616

Callers

nothing calls this directly

Calls 1

formatMethod · 0.45

Tested by

no test coverage detected