Beispiel #1
0
 def get_io(self):
     return compact.StringIO()
Beispiel #2
0
 def parse_file_content(self, file_content, **keywords):
     return self.parse_file_stream(compact.StringIO(file_content),
                                   **keywords)