Home | History | Annotate | Download | only in tests

Lines Matching refs:cself

551         cself, cargs = t.cop[0], t.cop[1:]
553 cfunc = "c_func: %s.%s(" % (repr(cself), t.funcname)
682 cself = t.cop[0]
684 t.rc = getattr(cself, t.funcname)(*cargs)