Merge pull request #363 from danring/fix-341

Emit GetRootAs methods for all types in Go and Python
This commit is contained in:
Robert
2016-07-22 15:12:35 -07:00
committed by GitHub
9 changed files with 80 additions and 10 deletions

View File

@@ -15,7 +15,6 @@ class Monster(object):
x.Init(buf, n + offset)
return x
# Monster
def Init(self, buf, pos):
self._tab = flatbuffers.table.Table(buf, pos)