MCPcopy Create free account
hub / github.com/RingBDStack/GDAP / check_output

Function check_output

data_convert/utils.py:18–20  ·  view source on GitHub ↗
(filename, line_num=2)

Source from the content-addressed store, hash-verified

16
17
18def check_output(filename, line_num=2):
19 import os
20 os.system('tail -n %s %s*' % (line_num, filename))
21
22
23def data_counter_to_table(data_counter):

Callers 1

convert_file_tupleFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected