MCPcopy
hub / github.com/CharlesPikachu/Games / packSocketData

Function packSocketData

cpgames/core/games/gobang/modules/misc/utils.py:92–93  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

90
91'''包装待发送数据'''
92def packSocketData(data):
93 return (json.dumps(data)+' END').encode()

Callers 15

__init__Method · 0.85
startgameMethod · 0.85
giveinMethod · 0.85
regretMethod · 0.85
urgeMethod · 0.85
mousePressEventMethod · 0.85
closeEventMethod · 0.85
startgameMethod · 0.85
giveinMethod · 0.85
regretMethod · 0.85
urgeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected