mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-21 11:25:45 +00:00
Merge pull request #363 from danring/fix-341
Emit GetRootAs methods for all types in Go and Python
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user