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

Class CheckmScanner

source code


Instance Methods [hide private]
 
scan_local(self, directory_path, algorithm, columns=3)
FIXME
source code
 
scan_tree(self, directory_path, algorithm, columns)
FIXME
source code
 
scan_path(self, item_path, algorithm, columns)
FIXME
source code
 
scan_directory(self, directory_path, algorithm, recursive=False, columns=3)
FIXME
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__

Method Details [hide private]

scan_local(self, directory_path, algorithm, columns=3)

source code 

FIXME

Parameters:
  • directory_path ()
  • algorithm ()
  • columns=3 ()

scan_tree(self, directory_path, algorithm, columns)

source code 

FIXME

Parameters:
  • directory_path ()
  • algorithm ()
  • columns ()

scan_path(self, item_path, algorithm, columns)

source code 

FIXME

Parameters:
  • item_path ()
  • algorithm ()
  • columns ()

scan_directory(self, directory_path, algorithm, recursive=False, columns=3)

source code 

FIXME

Parameters:
  • directory_path ()
  • algorithm ()
  • recursive=False ()
  • columns=3 ()

Class Variable Details [hide private]

HASHTYPES

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