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

Function EmitTypeDeclaration

datasrc/datatypes.py:218–220  ·  view source on GitHub ↗
(root)

Source from the content-addressed store, hash-verified

216
217
218def EmitTypeDeclaration(root):
219 for l in root().EmitTypeDeclaration(""):
220 print(l)
221
222
223def EmitDefinition(root, name):

Callers 1

Calls 1

EmitTypeDeclarationMethod · 0.45

Tested by

no test coverage detected