Home
last modified time | relevance | path

Searched refs:_show__rows_from (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/py-petl/petl-1.7.4/petl/test/io/
H A Dtest_remotes.py153 _show__rows_from("Expected:", _table)
154 _show__rows_from("Actual:", actual)
161 def _show__rows_from(label, test_rows, limit=0): function
H A Dtest_avro.py173 _show__rows_from('Actual:', test_actual)
181 _show__rows_from('\nExpected:', test_rows, limit)
183 def _show__rows_from(label, test_rows, limit=0): function