コード例 #1
0
ファイル: alea_install.py プロジェクト: openalea/deploy
 def _show_help(self, *args, **kw):
     with_ei_usage(lambda: Distribution._show_help(self, *args, **kw))
コード例 #2
0
 def _show_help(self, *args, **kw):
     with_ei_usage(lambda: Distribution._show_help(self, *args, **kw))
コード例 #3
0
ファイル: __init__.py プロジェクト: pypa/easy_install
 def _show_help(self, *args, **kw):
     with _patch_usage():
         Distribution._show_help(self, *args, **kw)