Home | History | Annotate | Download | only in test

Lines Matching refs:creator

106     >>> def creator():
108 ... print "creator", r.next()
112 ... r = creator()
117 creator 0