MCPcopy Create free account
hub / github.com/OpenDriveLab/ReSim / cxx_args

Method cxx_args

SwissArmyTransformer/sat/ops/ops_builder/builder.py:208–212  ·  view source on GitHub ↗

Returns optional list of compiler flags to forward to the build

(self)

Source from the content-addressed store, hash-verified

206 return []
207
208 def cxx_args(self):
209 '''
210 Returns optional list of compiler flags to forward to the build
211 '''
212 return []
213
214 def is_compatible(self, verbose=True):
215 '''

Callers 3

builderMethod · 0.95
jit_loadMethod · 0.95
cxx_argsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected