Lines Matching full:super
188 super().__init__(opcode, is_or=is_or, is_not=is_not, arg1=arg1)
214 self = super()._parse(data)
239 super().__init__(opcode, is_or=is_or, is_not=is_not, arg1=arg1)
253 self = super()._parse(data)
265 ret = super().__bytes__()
278 super().__init__(opcode, is_or=is_or, is_not=is_not, arg1=arg1)
291 super().__init__(opcode, is_or=is_or, is_not=is_not, arg1=arg1)
301 self = super()._parse(data[:4])
306 return super().__bytes__() + struct.pack("@I", self.u32)
322 super().__init__(opcode, is_or=is_or, is_not=is_not)
339 super().__init__(opcode, is_or=is_or, is_not=is_not, arg1=arg1, u32=u32)
363 self = super()._parse(data)
373 ret = super().__bytes__()
387 super().__init__(opcode, is_or=is_or, is_not=is_not, arg1=arg1)
398 self = super()._parse(data)
408 ret = super().__bytes__()
423 super().__init__(opcode, is_or=is_or, is_not=is_not)
436 self = super()._parse(data)
448 ret = super().__bytes__()
473 super().__init__(opcode, is_or=is_or, is_not=is_not, arg1=arg1)
487 self = super()._parse(data)
499 ret = super().__bytes__() + socket.inet_pton(socket.AF_INET6, self.ip6)