Source code for autobahn.wamp.gen.wamp.proto.AuthCraWelcome

# automatically generated by the FlatBuffers compiler, do not modify

# namespace: proto

import flatbuffers
from flatbuffers.compat import import_numpy
np = import_numpy()

[docs]class AuthCraWelcome(object): __slots__ = ['_tab']
[docs] @classmethod def GetRootAs(cls, buf, offset=0): n = flatbuffers.encode.Get(flatbuffers.packer.uoffset, buf, offset) x = AuthCraWelcome() x.Init(buf, n + offset) return x
[docs] @classmethod def GetRootAsAuthCraWelcome(cls, buf, offset=0): """This method is deprecated. Please switch to GetRootAs.""" return cls.GetRootAs(buf, offset)
# AuthCraWelcome
[docs] def Init(self, buf, pos): self._tab = flatbuffers.table.Table(buf, pos)
[docs]def AuthCraWelcomeStart(builder): builder.StartObject(0)
[docs]def Start(builder): return AuthCraWelcomeStart(builder)
[docs]def AuthCraWelcomeEnd(builder): return builder.EndObject()
[docs]def End(builder): return AuthCraWelcomeEnd(builder)