Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
407
def
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
414
def
print_err(serr):
Callers
10
print_err
Function · 0.70
print_start_info
Function · 0.70
print_stop_info
Function · 0.70
show_qry
Function · 0.70
show_qry_tables
Function · 0.70
show_qry_ex
Function · 0.70
add_ver_info
Function · 0.70
show_indexes
Function · 0.70
show_procedures
Function · 0.70
get_schema
Function · 0.70
Calls
1
output_str
Function · 0.70
Tested by
no test coverage detected