Home | History | Annotate | Download | only in command

Lines Matching defs:Command

1 """distutils.command.config
3 Implements the Distutils 'config' command, a (mostly) empty command class
5 applications. The idea is that while every "config" command is different,
17 from distutils.core import Command
24 class config(Command):
51 # The three standard command methods: since the "config" command
170 # info. My inclination is to make it up to the real config command to
283 # when implementing a real-world config command!)