Package Bio :: Package Application :: Class _Option
[show private | hide private]
[frames | no frames]

Class _Option

_AbstractParameter --+
                     |
                    _Option


Represent an option that can be set for a program.

This holds UNIXish options like --append=yes and -a yes
Method Summary
  __str__(self)
Return the value of this option for the commandline.
    Inherited from _AbstractParameter
  __init__(self, names, types, checker_function, is_required, description)

Method Details

__str__(self)
(Informal representation operator)

Return the value of this option for the commandline.

Generated by Epydoc 2.1 on Mon Aug 27 16:12:12 2007 http://epydoc.sf.net