Home | History | Annotate | Download | only in test

Lines Matching refs:called

294     ...         print "E.foo() called"
298 E.foo() called
302 E.foo() called
394 ... print "called A.save()"
399 ... print "called C.save()"
404 called A.save()
408 ... print "called A.save()"
413 ... print "called C.save()"
418 called C.save()
452 ... print "called A.foo()"
464 TypeError: unbound method foo() must be called with B instance as first argument (got C instance instead)
470 called A.foo()