Package kenozooid :: Package cli :: Module dc :: Class DumpExtract

Class DumpExtract

source code

object --+
         |
        DumpExtract

Extract dive profiles from dive computer dump (binary) data.
Instance Methods
 
__call__(self, args)
Execute dive extract command.
source code

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

Class Methods
 
add_arguments(self, parser)
Add options for dive extract command.
source code
Class Variables
  description = 'extract dives from dive computer backup'
Properties

Inherited from object: __class__