MCPcopy Create free account
hub / github.com/ZiniuLu/Python-100-Days / run

Method run

Day01-15/Day14/chatclient.py:13–16  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

11 self._client = client
12
13 def run(self):
14 while running:
15 data = self._client.recv(1024)
16 print(data.decode('utf-8'))
17
18 nickname = input('请输入你的昵称: ')
19 myclient = socket()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected