Beispiel #1
0
 def cat(self, path, opts):
     return decodepipe(opts + [('file', path)])
Beispiel #2
0
Datei: unix.py Projekt: 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)])
Beispiel #4
0
 def cat(self, path, opts):
     opts = Options(opts)
     opts.add('file', path)
     return decodepipe(opts)