Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/battlecode/battlecode-2018
/ pyextra
Method
pyextra
bindings/frankenswig/struct.py:151–152 ·
view source on GitHub ↗
(self, value)
Source
from the content-addressed store, hash-verified
149
return
self
150
151
def
pyextra(self, value):
152
self.pyextra_.append(value)
153
154
def
member(self, type, name, docs=
''
):
155
self.members.append(Var(type,name))
Callers
1
vec
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected