Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
171
class
Float(BaseType):
Callers
3
EmitDefinition
Method · 0.45
EmitPreDefinition
Method · 0.45
EmitDefinition
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected