MCPcopy Create free account
hub / github.com/ActiveState/code / output_line

Function output_line

recipes/Python/576557_Dump_PostgreSQL_db/recipe-576557.py:407–411  ·  view source on GitHub ↗

outputs line

(line, fout=None)

Source from the content-addressed store, hash-verified

405
406
407def output_line(line, fout=None):
408 """outputs line"""
409 line = line.rstrip()
410 output_str(fout, line)
411 output_str(OUTPUT_FILE, line)
412
413
414def print_err(serr):

Callers 10

print_errFunction · 0.70
print_start_infoFunction · 0.70
print_stop_infoFunction · 0.70
show_qryFunction · 0.70
show_qry_tablesFunction · 0.70
show_qry_exFunction · 0.70
add_ver_infoFunction · 0.70
show_indexesFunction · 0.70
show_proceduresFunction · 0.70
get_schemaFunction · 0.70

Calls 1

output_strFunction · 0.70

Tested by

no test coverage detected