from io import StringIO class MockFile(StringIO): """Wraps StringIO, because of python 2.6: clumsy name-property reset""" name = None ...
確定! 回上一頁