MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
breakdancer.Condition Class Reference
Inheritance diagram for breakdancer.Condition:

Public Member Functions

def __call__

Detailed Description

Something asserted to be true during the test.

A given condition may be used as a precondition or a
postcondition.

Definition at line 5 of file breakdancer.py.

Member Function Documentation

def breakdancer.Condition.__call__ (   self,
  k,
  state 
)
Called with a key and a state.  True if the condition is met.

Definition at line 11 of file breakdancer.py.


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