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

Class _Option

source code

_AbstractParameter --+
                     |
                    _Option

Represent an option that can be set for a program.

This holds UNIXish options like --append=yes and -a yes

Instance Methods [hide private]
 
__str__(self)
Return the value of this option for the commandline.
source code

Inherited from _AbstractParameter: __init__