MCPcopy 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
457def isatty(f):

Callers 9

mainMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80

Calls 1

isattyFunction · 0.85

Tested by

no test coverage detected