Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/wireservice/csvkit
/ launch_new_instance
Function
launch_new_instance
csvkit/utilities/csvstack.py:148–150 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
146
147
148
def
launch_new_instance():
149
utility = CSVStack()
150
utility.run()
151
152
153
if
__name__ ==
'__main__'
:
Callers
2
test_launch_new_instance
Method · 0.90
csvstack.py
File · 0.70
Calls
2
CSVStack
Class · 0.85
run
Method · 0.80
Tested by
1
test_launch_new_instance
Method · 0.72