Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/wireservice/csvkit
/ close
Method
close
csvkit/cli.py:56–60 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
54
return
self
55
56
def
close(self):
57
if
self._is_lazy_opened:
58
self.f.close()
59
self.f = None
60
self._is_lazy_opened = False
61
62
def
__next__(self):
63
self._open()
Callers
15
run
Method · 0.80
main
Method · 0.80
main
Method · 0.80
main
Method · 0.80
main
Method · 0.80
main
Method · 0.80
sheet_names
Method · 0.80
main
Method · 0.80
geojson2csv
Function · 0.80
fixed2csv
Function · 0.80
get_output
Method · 0.80
test_invalid_options
Method · 0.80
Calls
no outgoing calls
Tested by
15
test_invalid_options
Method · 0.64
test_invalid_column
Method · 0.64
test_stdin
Method · 0.64
test_quotechar
Method · 0.64
test_doublequote
Method · 0.64
test_escapechar
Method · 0.64
test_quotechar
Method · 0.64
test_doublequote
Method · 0.64
test_escapechar
Method · 0.64
test_stdin
Method · 0.64
test_stdin_and_filename
Method · 0.64
test_query
Method · 0.64