MCPcopy Create free account
hub / github.com/URLab-Sim/UnrealRoboticsLab / CDefine

Class CDefine

Scripts/codegen/_vendored/ast_nodes.py:114–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112
113@dataclass
114class CDefine:
115 name: str
116 value: str
117 doc: str = ""
118 file: str = ""
119 line: int = 0
120
121
122@dataclass

Callers 1

_walkFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected