Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/distutils/
Ddist.py668 if self.help_commands:
/external/python/cpython3/Lib/distutils/
Ddist.py682 if self.help_commands:
/external/python/setuptools/setuptools/
Ddist.py882 if six.PY2 or self.help_commands:
/external/python/cpython2/Lib/
Dpdb.py1149 def help_commands(self): member in Pdb