(self)
| 983 | return "break" |
| 984 | |
| 985 | def get_standard_extension_names(self): |
| 986 | return idleConf.GetExtensions(shell_only=True) |
| 987 | |
| 988 | def get_prompt_text(self, first, last): |
| 989 | """Return text between first and last with prompts added.""" |
nothing calls this directly
no test coverage detected