Пример #1
0
 def _get_copier(cls):
     copier = FileCopier()
     formatter = cls(copier)
     fill_formatter(formatter, CONTENTS)
     return copier
Пример #2
0
 def _get_copier(cls):
     copier = FileCopier()
     formatter = cls(copier)
     fill_formatter(formatter, CONTENTS)
     return copier