Searched refs:sub_commands (Results 1 - 10 of 10) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
H A Dbuild.py143 sub_commands = [('build_py', has_pure_modules), variable in class:build
H A Dregister.py30 sub_commands = [('check', lambda self: True)] variable in class:register
H A Dsdist.py100 sub_commands = [('check', checking_metadata)] variable in class:sdist
H A Dinstall.py700 # 'sub_commands': a list of commands this command might have to run to
702 sub_commands = [('install_lib', has_lib), variable in class:install
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
H A Dbuild.py143 sub_commands = [('build_py', has_pure_modules), variable in class:build
H A Dregister.py30 sub_commands = [('check', lambda self: True)] variable in class:register
H A Dsdist.py100 sub_commands = [('check', checking_metadata)] variable in class:sdist
H A Dinstall.py700 # 'sub_commands': a list of commands this command might have to run to
702 sub_commands = [('install_lib', has_lib), variable in class:install
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
H A Dcmd.py30 # 'sub_commands' formalizes the notion of a "family" of commands,
33 # defines 'sub_commands' as a class attribute; it's a list of
41 # 'sub_commands' is usually defined at the *end* of a class, because
44 sub_commands = [] variable in class:Command
331 'sub_commands' class attribute: each tuple in that list may include
336 for (cmd_name, method) in self.sub_commands:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
H A Dcmd.py30 # 'sub_commands' formalizes the notion of a "family" of commands,
33 # defines 'sub_commands' as a class attribute; it's a list of
41 # 'sub_commands' is usually defined at the *end* of a class, because
44 sub_commands = [] variable in class:Command
331 'sub_commands' class attribute: each tuple in that list may include
336 for (cmd_name, method) in self.sub_commands:

Completed in 82 milliseconds