Package logilab :: Package common :: Module optik_ext
[frames] | no frames]

Module optik_ext

source code

Add an abstraction level to transparently import optik classes from optparse (python >= 2.3) or the optik package.

It also defines three new types for optik/optparse command line parser :

Classes
  Option
override optik.Option to add some new option types
  OptionParser
override optik.OptionParser to use our Option class
Variables
  OptionGroup
  OptionValueError
  Values