MCPcopy Create free account
hub / github.com/XiaoliChan/LDAPShell / do_EOF

Method do_EOF

utils/ldap_shell.py:647–649  ·  view source on GitHub ↗
(self, line)

Source from the content-addressed store, hash-verified

645 exit - Terminates this session.""")
646
647 def do_EOF(self, line):
648 print('Bye!\n')
649 return True

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected