Package linda :: Module libchecks :: Class LindaChecker
[show private | hide private]
[frames | no frames]

Class LindaChecker


The LindaChecker class is used by all checks, as they inheriate from it. It provides an initialisation method that sets up internal variables for the check to use, such as:
Method Summary
  __init__(self, lab, file, information)
  is_native(self)
This method checks if the version of a package is native.
  signal_error(self, tag, message)
This method is called whenever an error is encountered in a package.

Method Details

is_native(self)

This method checks if the version of a package is native. It returns false if the package is not native, and returns true if it is.

signal_error(self, tag=None, message=[])

This method is called whenever an error is encountered in a package. It adds the tag and data to the internal err_dict object.

Generated by Epydoc 2.1 on Wed Mar 1 18:48:38 2006 http://epydoc.sf.net