(self)
| 465 | return self._command_table |
| 466 | |
| 467 | def _get_argument_table(self): |
| 468 | if self._argument_table is None: |
| 469 | self._argument_table = self._build_argument_table() |
| 470 | return self._argument_table |
| 471 | |
| 472 | def _build_command_table(self): |
| 473 | """ |
no test coverage detected