Exemplo n.º 1
0
 def _show_help(self, *args, **kw):
     with_ei_usage(lambda: Distribution._show_help(self, *args, **kw))
Exemplo n.º 2
0
 def _show_help(self, *args, **kw):
     with_ei_usage(lambda: Distribution._show_help(self, *args, **kw))
Exemplo n.º 3
0
 def _show_help(self, *args, **kw):
     with _patch_usage():
         Distribution._show_help(self, *args, **kw)