You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

AuthTicketChallenge.py 641B

12345678910111213141516171819202122
  1. # automatically generated by the FlatBuffers compiler, do not modify
  2. # namespace: proto
  3. import flatbuffers
  4. class AuthTicketChallenge(object):
  5. __slots__ = ['_tab']
  6. @classmethod
  7. def GetRootAsAuthTicketChallenge(cls, buf, offset):
  8. n = flatbuffers.encode.Get(flatbuffers.packer.uoffset, buf, offset)
  9. x = AuthTicketChallenge()
  10. x.Init(buf, n + offset)
  11. return x
  12. # AuthTicketChallenge
  13. def Init(self, buf, pos):
  14. self._tab = flatbuffers.table.Table(buf, pos)
  15. def AuthTicketChallengeStart(builder): builder.StartObject(0)
  16. def AuthTicketChallengeEnd(builder): return builder.EndObject()