Python Paste
Paste Script
Modules
Trac
Discuss
paste.deploy
paster script
Download
Index of the
bool_optparse
module
m
paste.script.bool_optparse
...
-
A subclass of
optparse.OptionParser
that allows boolean long options (like
--verbose
) to also take arguments (like
--verbose=true
). Arguments
must
use
=
.
C
BoolOptionParser
...
a
standard_option_list
...