Local variable bindings for py command
(self)
| 76 | pass |
| 77 | |
| 78 | def getLocals(self): |
| 79 | "Local variable bindings for py command" |
| 80 | self.locals.update(self.mn) |
| 81 | return self.locals |
| 82 | |
| 83 | helpStr = ( |
| 84 | 'Supported commands are as follows:\n' |
nothing calls this directly
no outgoing calls
no test coverage detected