Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ EmitDefinition
Method
EmitDefinition
datasrc/datatypes.py:203–204 ·
view source on GitHub ↗
(self, _name)
Source
from the content-addressed store, hash-verified
201
self.target = target
202
203
def
EmitDefinition(self, _name):
204
return
[
"&"
+ self.target.TargetName()]
205
206
207
class
TextureHandle(BaseType):
Callers
nothing calls this directly
Calls
1
TargetName
Method · 0.45
Tested by
no test coverage detected