Package kenozooid :: Package cli :: Module dc :: Class Convert

Class Convert

source code

object --+
         |
        Convert

Command to store binary dive computer data in UDDF file.
Instance Methods
 
__call__(self, args)
Execute dive computer data conversion 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 arguments for dive computer data conversion command.
source code
Class Variables
  description = 'store binary dive computer data in UDDF file'
Properties

Inherited from object: __class__