.. title:: ResultCount lisa.regression.ResultCount =========================== .. autoclass:: lisa.regression::ResultCount :no-members: :no-inherited-members: :no-undoc-members: :no-private-members: :no-special-members: .. rubric:: Attributes .. list-table:: :align: left * - :attr:`~lisa.regression.ResultCount.__match_args__` - .. withrefctx:: :module: lisa.regression :class: lisa.regression.ResultCount * - :attr:`~lisa.regression.ResultCount.failed` - .. withrefctx:: :module: lisa.regression :class: lisa.regression.ResultCount Number of failed occurrences. * - :attr:`~lisa.regression.ResultCount.passed` - .. withrefctx:: :module: lisa.regression :class: lisa.regression.ResultCount Number of passed occurrences. .. rubric:: Methods .. list-table:: :align: left * - :meth:`~lisa.regression.ResultCount.__new__` - .. withrefctx:: :module: lisa.regression :class: lisa.regression.ResultCount Create new instance of ResultCount(passed, failed). Attributes ---------- .. autoattribute:: lisa.regression::ResultCount.__match_args__ .. autoattribute:: lisa.regression::ResultCount.failed .. autoattribute:: lisa.regression::ResultCount.passed Methods ------- .. automethod:: lisa.regression::ResultCount.__new__