Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/wireservice/csvkit
/ additional_input_expected
Method
additional_input_expected
csvkit/cli.py:453–454 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
451
self.output_file.write(
'%3i: %s\n'
% (i, c))
452
453
def
additional_input_expected(self):
454
return
isatty(sys.stdin) and not self.args.input_path
455
456
457
def
isatty(f):
Callers
9
main
Method · 0.80
main
Method · 0.80
main
Method · 0.80
main
Method · 0.80
main
Method · 0.80
main
Method · 0.80
main
Method · 0.80
main
Method · 0.80
main
Method · 0.80
Calls
1
isatty
Function · 0.85
Tested by
no test coverage detected