MCPcopy Index your code
hub / github.com/USArmyResearchLab/Dshell / connection_init_handler

Method connection_init_handler

dshell/core.py:772–782  ·  view source on GitHub ↗

A placeholder. Plugins will be able to overwrite this to perform custom activites on a connection it is first seen. Args: conn: Connection object

(self, conn: "Connection")

Source from the content-addressed store, hash-verified

770 return conn, blob
771
772 def connection_init_handler(self, conn: "Connection"):
773 """
774 A placeholder.
775
776 Plugins will be able to overwrite this to perform custom activites on
777 a connection it is first seen.
778
779 Args:
780 conn: Connection object
781 """
782 return
783
784 def connection_handler(self, conn: "Connection"):
785 """

Callers 1

_connection_handlerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected