コード例 #1
0
ファイル: pyini.py プロジェクト: disda/deepin-talk
 def __str__(self):     
     buf = StringIO()
     self.save(buf)
     return buf.getvalue()