Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/wireservice/csvkit
/ launch_new_instance
Function
launch_new_instance
csvkit/utilities/sql2csv.py:97–99 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
95
96
97
def
launch_new_instance():
98
utility = SQL2CSV()
99
utility.run()
100
101
102
if
__name__ ==
'__main__'
:
Callers
2
test_launch_new_instance
Method · 0.90
sql2csv.py
File · 0.70
Calls
2
SQL2CSV
Class · 0.85
run
Method · 0.80
Tested by
1
test_launch_new_instance
Method · 0.72