Пример #1
0
 def cat(self, path, opts):
     return decodepipe(opts + [('file', path)])
Пример #2
0
Файл: unix.py Проект: 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)])
Пример #4
0
 def cat(self, path, opts):
     opts = Options(opts)
     opts.add('file', path)
     return decodepipe(opts)