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

/ec/ECQuiz/Products/ECQuiz/tests/
H A Dbase.py47 from Products.ECQuiz.tools import createObject namespace
79 dummy = createObject(self.portal, 'ECQuiz', 'dummy')
106 mcq = createObject(dummy, 'ECQMCQuestion', 'mcq')
118 mca = createObject(mcq, 'ECQMCAnswer', uid)
H A Dtest_perms.py28 from Products.ECQuiz.tools import createObject namespace
/ec/ECQuiz/Products/ECQuiz/
H A Dtools.py164 def createObject(context, typeName, id=None): function
168 (The code is actually from 'createObject.cpy' (the script that is
H A Dqti.py23 from tools import createObject, setTitle namespace
41 from tools import createObject, log namespace
618 q = createObject(context, typeName, id=id)
672 a = createObject(q, typeName, id=id)
762 q = createObject(context, typeName, id=id)
871 q = createObject(context, typeName, id=id)
916 a = createObject(q, typeName, id=id)
1136 qGroup = createObject(context, typeName, id=id)
1173 qGroup = createObject(context, typeName, id=id)
H A DECQResult.py641 retVal = createObject(context, ECQResult.portal_type)

Completed in 19 milliseconds