slepc4py.SLEPc.EPS.Stop# class slepc4py.SLEPc.EPS.Stop# Bases: object EPS stopping test. BASIC: Default stopping test. USER: User-defined stopping test. THRESHOLD: Threshold stopping test. Attributes Summary BASIC Constant BASIC of type int THRESHOLD Constant THRESHOLD of type int USER Constant USER of type int Attributes Documentation BASIC: int = BASIC# Constant BASIC of type int THRESHOLD: int = THRESHOLD# Constant THRESHOLD of type int USER: int = USER# Constant USER of type int