Package checkm :: Module checkm :: Class CheckmScanner
[hide private]
[frames] | no frames]

Class CheckmScanner

source code

object --+
         |
        CheckmScanner

Instance Methods [hide private]
 
scan_local(self, directory_path, algorithm, columns=3) source code
 
scan_tree(self, directory_path, algorithm, columns) source code
 
scan_path(self, item_path, algorithm, columns) source code
 
scan_directory(self, directory_path, algorithm, recursive=False, columns=3) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  HASHTYPES = ['md5', 'sha1', 'sha224', 'sha256', 'sha384', 'sha...
Properties [hide private]

Inherited from object: __class__

Class Variable Details [hide private]

HASHTYPES

Value:
['md5', 'sha1', 'sha224', 'sha256', 'sha384', 'sha512']