Home | History | Annotate | Download | only in test

Lines Matching refs:classCleanup

791             if getattr(cls, "classCleanup", None):
795 cls.classCleanup()
1468 classmethod classCleanup(cls) to perform special class cleanup action.