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

Method EmitDefinition

datasrc/datatypes.py:167–168  ·  view source on GitHub ↗
(self, _name)

Source from the content-addressed store, hash-verified

165 self.value = value
166
167 def EmitDefinition(self, _name):
168 return [f"{int(self.value)}"]
169
170
171class Float(BaseType):

Callers 3

EmitDefinitionMethod · 0.45
EmitPreDefinitionMethod · 0.45
EmitDefinitionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected