def from_packet(cls, user, packet):
		self = SQLTypedBase.from_packet(cls, user, packet)

		self.oid = packet.id
		del self.id

		return self
Esempio n. 2
0
    def from_packet(cls, user, packet):
        self = SQLTypedBase.from_packet(cls, user, packet)

        self.oid = packet.id
        del self.id

        return self