Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/battlecode/battlecode-2018
/ to_python
Method
to_python
bindings/frankenswig/enums.py:160–162 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
158
159
160
def
to_python(self):
161
methods =
'\n'
.join(m.to_python()
for
m in self.methods)
162
return
super().to_python() + s(methods, indent=4)
Callers
nothing calls this directly
Calls
2
s
Function · 0.85
to_python
Method · 0.45
Tested by
no test coverage detected