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

Method do_exit

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

Source from the content-addressed store, hash-verified

620 return None
621
622 def do_exit(self, line):
623 return True
624
625 def do_help(self, line):
626 print("""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected