def get_io(self): return compact.StringIO()
def parse_file_content(self, file_content, **keywords): return self.parse_file_stream(compact.StringIO(file_content), **keywords)