Package kenozooid :: Package cli :: Module logbook :: Class AddDive

Class AddDive

source code

object --+
         |
        AddDive

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

Inherited from object: __class__