Searched refs:input (Results 1 – 3 of 3) sorted by relevance
418 def main(input=None, output=None, pattern=[], limit=LIMIT): argument419 with openio(input or '-', 'r') as in_f:433 if input is not None:434 f.writeln("#line %d \"%s\"" % (1, input))
13 return sp.run(['xxd', '-g1', '-'], input=block).returncode
242 complexity is _O(1)_ by bounding the input.