(trait, value=True)
| 120 | |
| 121 | |
| 122 | def bool_flag(trait, value=True): |
| 123 | return ({trait.this_class.__name__: {trait.name: value}}, trait.help) |
| 124 | |
| 125 | |
| 126 | class ArgcompleteApp(Application): |
no outgoing calls
no test coverage detected
searching dependent graphs…