This is a callback function when user logout from pgAdmin :param user: :return:
(self)
| 248 | ] |
| 249 | |
| 250 | def on_logout(self): |
| 251 | """ |
| 252 | This is a callback function when user logout from pgAdmin |
| 253 | :param user: |
| 254 | :return: |
| 255 | """ |
| 256 | close_debugger_session(None, close_all=True) |
| 257 | |
| 258 | |
| 259 | blueprint = DebuggerModule(MODULE_NAME, __name__) |
no test coverage detected