MCPcopy Create free account
hub / github.com/a943512/PyAibote / handle

Method handle

PyAibote/AndroidBot.py:57–60  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

55 pass
56
57 def handle(self):
58 self.info(f"<-<- Client connection at {self.client_address[0]}: {self.client_address[1]}")
59 self.debug(f"<-<- Client connection at {self.client_address[0]}: {self.client_address[1]}")
60 self.script_main()
61
62
63 @classmethod

Callers

nothing calls this directly

Calls 3

script_mainMethod · 0.95
infoMethod · 0.80
debugMethod · 0.45

Tested by

no test coverage detected