Home | Trees | Index | Help |
---|
Package linda :: Module libchecks :: Class LindaChecker |
|
self.information: Contains information such as what files are contained in the package, and what 'file', 'objdump' and 'ldd' outputs for each of them. See the documentation on Collector for more information.
This method also provides a hook method called init, which means checks can also perform their own initisagtion.Method Summary | |
---|---|
__init__(self,
lab,
file,
information)
| |
This method checks if the version of a package is native. | |
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. |
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Wed Nov 8 12:34:03 2006 | http://epydoc.sf.net |