(x)
| 70 | dest=dest, action='store_true') |
| 71 | if no_names is None: |
| 72 | def add_no(x): |
| 73 | x = x.lstrip("-") |
| 74 | return ("no_"+x) if "_" in x else ("no-"+x) |
| 75 | no_names = [add_no(x) for x in names] |
| 76 | opts = [add_dashes(x) for x in no_names] |
| 77 | group.add_argument( |
no outgoing calls
no test coverage detected