BASIS  r3148
basisproject::AccumulatorForNumbersOfChangesAndErrors Class Reference

List of all members.

Public Member Functions

def call

Static Public Attributes

int changes = 0
int conflicts = 0
int errors = 0

Detailed Description

Helper class used to accumulate number of changes, conflicts, and
   errors when calling either one of the add(), delete(), or addordel()
   functions.

Definition at line 649 of file basisproject.py.


Member Function Documentation

def basisproject::AccumulatorForNumbersOfChangesAndErrors::call (   self,
  func,
  args,
  kwargs 
)
Call the specified function with the given arguments.

Definition at line 658 of file basisproject.py.


Member Data Documentation


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