MCPcopy
hub / github.com/pallets/werkzeug / Player

Class Player

examples/cupoftee/network.py:119–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117
118
119class Player:
120 def __init__(self, server, name, score):
121 self.server = server
122 self.name = name
123 self.score = score
124 self.size = round(100 + log(max(score, 1)) * 25, 2)

Callers 1

_syncMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected