MCPcopy Create free account
hub / github.com/geekcomputers/Python / server.py

File server.py

Python_chatting_application/server.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import socket
2import threading
3
4s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)

Callers

nothing calls this directly

Calls 2

recieveFunction · 0.70
closeMethod · 0.45

Tested by

no test coverage detected