Home
last modified time | relevance | path

Searched refs:_Command (Results 1 – 1 of 1) sorted by relevance

/external/python/setuptools/setuptools/
D__init__.py134 _Command = monkey.get_unpatched(distutils.core.Command) variable
137 class Command(_Command):
138 __doc__ = _Command.__doc__
147 _Command.__init__(self, dist)
151 cmd = _Command.reinitialize_command(self, command, reinit_subcommands)