(self)
| 569 | help='Base directory to strip from file names referenced in docs.') |
| 570 | |
| 571 | def parse_known_args(self): |
| 572 | flags, _ = self.argument_parser.parse_known_args() |
| 573 | return flags |
| 574 | |
| 575 | def add_to_private_map(self, d): |
| 576 | add_dict_to_dict(d, self._private_map) |
no outgoing calls
no test coverage detected