Don't repeat last command when you hit return.
(self)
| 72 | # pylint: enable=broad-except |
| 73 | |
| 74 | def emptyline(self): |
| 75 | "Don't repeat last command when you hit return." |
| 76 | pass |
| 77 | |
| 78 | def getLocals(self): |
| 79 | "Local variable bindings for py command" |
nothing calls this directly
no outgoing calls
no test coverage detected