Table of Contents

Class: AbstractConditional ./src/peak/events/sources.py

Base class for an 'IConditional': fires if and only if value is true

Base Classes   
Observable
    object
Methods   
__and__
__cmp__
__hash__
__invert__
__or__
addCallback
conjuncts
disjuncts
nextAction
  __and__ 
__and__ ( self,  other )

  __cmp__ 
__cmp__ ( self,  other )

  __hash__ 
__hash__ ( self )

  __invert__ 
__invert__ ( self )

  __or__ 
__or__ ( self,  other )

  addCallback 
addCallback ( self,  func )

Add callback, but fire it immediately if value is currently true

  conjuncts 
conjuncts ( self )

  disjuncts 
disjuncts ( self )

  nextAction 
nextAction (
        self,
        task=None,
        state=None,
        )

Suspend only if current value is false


Table of Contents

This document was automatically generated on Mon Apr 15 01:11:04 2024 by HappyDoc version 2.1