Vega strike Python Modules doc  0.5.1
Documentation of the " Modules " folder of Vega strike
 All Data Structures Namespaces Files Functions Variables
InvertCondition Class Reference
Inheritance diagram for InvertCondition:
Condition

Public Member Functions

def __init__
 
def __call__
 
- Public Member Functions inherited from Condition
def __init__
 
def __call__
 

Data Fields

 cond
 

Detailed Description

Definition at line 191 of file campaign_lib.py.

Constructor & Destructor Documentation

def __init__ (   self,
  cond 
)

Definition at line 192 of file campaign_lib.py.

193  def __init__(self,cond):
194  Condition.__init__(self)
195  self.cond=cond

Member Function Documentation

def __call__ (   self)

Definition at line 196 of file campaign_lib.py.

References InvertCondition.cond, and Breakpoint.cond.

197  def __call__(self):
198  if self.cond():
199  return False
200  return True
201 
202 InverseCondition=InvertCondition
203 NotCondition=InvertCondition

Field Documentation

cond

Definition at line 194 of file campaign_lib.py.


The documentation for this class was generated from the following file: