Searched defs:ECQFolder (Results 1 - 3 of 3) sorted by relevance

/ec/ECQuiz/Products/ECQuiz/
H A DECQFolder.py3 # $Id:ECQFolder.py 1255 2009-09-24 08:47:42Z amelung $
34 class ECQFolder(ATFolder): class in inherits:ATFolder
41 #meta_type = 'ECQFolder' # zope type name
97 registerATCTLogged(ECQFolder)
H A DECQAbstractGroup.py41 from Products.ECQuiz.ECQFolder import ECQFolder namespace
66 class ECQAbstractGroup(ECQFolder):
74 __implements__ = (ECQFolder.__implements__)
86 schema = ECQFolder.schema.copy() + Schema((
248 contents = ECQFolder.contentValues(self)
271 return ECQFolder._notifyOfCopyTo(self, container, op=op)
/ec/ECQuiz/Products/ECQuiz/QuestionTypes/
H A DECQBaseQuestion.py38 from Products.ECQuiz.ECQFolder import ECQFolder namespace
41 class ECQBaseQuestion(ECQFolder):
49 schema = ECQFolder.schema.copy() + Schema((

Completed in 14 milliseconds