Package kenozooid :: Package cli :: Module logbook :: Class AddBuddy

Class AddBuddy

source code

object --+
         |
        AddBuddy

Add dive buddy to UDDF file.
Instance Methods
 
__call__(self, args)
Execute command for adding dive buddy into UDDF file.
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 buddy adding to UDDF file.
source code
Class Variables
  description = 'add dive buddy to UDDF file'
Properties

Inherited from object: __class__