MCPcopy Create free account
hub / github.com/ddnet/ddnet / Set

Method Set

datasrc/datatypes.py:164–165  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

162 self.value = value
163
164 def Set(self, value):
165 self.value = value
166
167 def EmitDefinition(self, _name):
168 return [f"{int(self.value)}"]

Callers 2

__init__Method · 0.45
content.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected