Example #1
0
 def cat(self, path, opts):
     return decodepipe(opts + [('file', path)])
Example #2
0
File: unix.py Project: jso/dumbo
 def cat(self, path, opts):
     opts = Options(opts)
     opts.add('file', path)
     return decodepipe(opts)
 def cat(self, path, opts):
     return decodepipe(opts + [('file', path)])
Example #4
0
File: unix.py Project: zmtmei/dumbo
 def cat(self, path, opts):
     opts = Options(opts)
     opts.add('file', path)
     return decodepipe(opts)