MCPcopy Create free account
hub / github.com/battlecode/battlecode-2018 / struct

Method struct

bindings/frankenswig/__init__.py:439–442  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

437 + self.format(PYTHON_FOOTER)
438
439 def struct(self, *args, **kwargs):
440 result = StructWrapper(self, *args, **kwargs)
441 self.elements.append(result)
442 return result
443
444 def function(self, *args, **kwargs):
445 result = FunctionWrapper(self, *args, **kwargs)

Callers 2

vecMethod · 0.95
generate.pyFile · 0.80

Calls 1

StructWrapperClass · 0.85

Tested by

no test coverage detected