Searched refs:StringIO (Results 1 - 5 of 5) sorted by relevance

/ec/ECReviewBox/Extensions/
H A DInstall.py8 from StringIO import StringIO namespace
53 out = StringIO()
86 out = StringIO()
/ec/ECAutoAssessmentBox/Products/ECAutoAssessmentBox/content/
H A DDynamicDataField.py12 import StringIO namespace
142 buffer = StringIO.StringIO()
/ec/ECAssignmentBox/Products/ECAssignmentBox/content/
H A DECAssignment.py13 from StringIO import StringIO namespace
342 file = StringIO(self.getField('file').get(self))
/ec/ECQuiz/Products/ECQuiz/
H A Dwikitool.py23 from StringIO import StringIO namespace
311 """Exports the given ECQuiz to a StringIO object and returns it.
315 package = StringIO()
H A Dqti.py26 from StringIO import StringIO namespace
340 mesages can be put, i.e. a StringIO object.
1859 # Create a StringIO object from the contents of the file
1860 fileStringIO = StringIO(contents)
2074 @return A file-like object (a StringIO instance, to be exact) that
2079 package = StringIO()

Completed in 22 milliseconds