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

Method format

bindings/frankenswig/__init__.py:416–417  ·  view source on GitHub ↗
(self, header)

Source from the content-addressed store, hash-verified

414 return self
415
416 def format(self, header):
417 return header.format(crate=self.crate, module=self.module, docs=self.docs)
418
419 def to_rust(self):
420 return self.format(RUST_HEADER)\

Callers 15

to_rustMethod · 0.95
to_cMethod · 0.95
to_swigMethod · 0.95
to_pythonMethod · 0.95
to_cMethod · 0.80
to_swigMethod · 0.80
serialize_matchFunction · 0.80
serialize_roundFunction · 0.80
serialize_tournamentFunction · 0.80
astgen.pyFile · 0.80
db_connectFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected