~ausimage/soovee/trunk

« back to all changes in this revision

Viewing changes to soovee_app/cli/entry.py

  • Committer: Jeremy AustinBardo
  • Date: 2009-06-11 01:31:26 UTC
  • Revision ID: tjaustinbardo@gmail.com-20090611013126-0g4axgnvbif9y3og
Fix bugs with shelf creation and stray copy paste errors. Adjusted epydoc comments to more

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
    - C{choice(options:list, string:str) -> tuple}
22
22
    - C{directory(directory:str) -> basestring}
23
 
    - C{value(length:int) -> tuple}
 
23
    - C{value(length:int, string:str) -> tuple}
24
24
"""
25
25
 
26
26
# Default command entry lambda expression
61
61
 
62
62
    @param length: Accepted length of value.
63
63
    @type int: basestring
 
64
    @param string: Description of selection.
 
65
    @type string: basestring
64
66
    @return: Value validity and value.
65
67
    @rtype: tuple
66
68
    """