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

Method ref

bindings/frankenswig/type.py:56–57  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

54 self.is_ref = is_ref
55
56 def ref(self):
57 return BuiltinType(self.rust, self.swig, self.python, default=self.default, is_ref=True)
58
59 def wrap_c_value(self, value):
60 if self.is_ref:

Callers 2

generate.pyFile · 0.45
vecMethod · 0.45

Calls 1

BuiltinTypeClass · 0.85

Tested by

no test coverage detected