Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions src/neo4j/debug.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,15 +230,3 @@ def watch(
task_info=task_info)
watcher.watch()
return watcher


class Connection:
def connect(self):
self.hello() # buffer HELLO message
self.logon() # buffer LOGON message
self.send_and_receive() # send HELLO and LOGON, receive 2x SUCCESS

def reauth(self):
self.logoff() # buffer LOGOFF message
self.logon() # buffer LOGON message
self.send_and_receive() # send LOGOFF and LOGON, receive 2x SUCCESS