Home
last modified time | relevance | path

Searched refs:pipethrough (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Lib/
Dmimetools.py171 pipethrough(input, decodetab[encoding], output)
190 pipethrough(input, encodetab[encoding], output)
229 def pipethrough(input, command, output): function