Lines Matching full:super
190 super().__init__(opcode, is_or=is_or, is_not=is_not, arg1=arg1)
216 self = super()._parse(data)
241 super().__init__(opcode, is_or=is_or, is_not=is_not, arg1=arg1)
255 self = super()._parse(data)
267 ret = super().__bytes__()
280 super().__init__(opcode, is_or=is_or, is_not=is_not, arg1=arg1)
293 super().__init__(opcode, is_or=is_or, is_not=is_not, arg1=arg1)
303 self = super()._parse(data[:4])
308 return super().__bytes__() + struct.pack("@I", self.u32)
316 super().__init__(opcode, is_or=is_or, is_not=is_not, arg1=arg1, u32=kidx)
340 super().__init__(opcode, is_or=is_or, is_not=is_not)
357 super().__init__(opcode, is_or=is_or, is_not=is_not, arg1=arg1, u32=u32)
376 super().__init__(opcode, is_or=is_or, is_not=is_not, arg1=arg1, kidx=kidx)
385 self = super()._parse(data)
396 ret = super().__bytes__()
410 super().__init__(opcode, is_or=is_or, is_not=is_not, arg1=arg1, kidx=kidx)
421 self = super()._parse(data)
496 ret = super().__bytes__()
532 super().__init__(opcode, is_or=is_or, is_not=is_not, arg1=arg1)
543 self = super()._parse(data)
553 ret = super().__bytes__()
568 super().__init__(opcode, is_or=is_or, is_not=is_not)
581 self = super()._parse(data)
593 ret = super().__bytes__()
618 super().__init__(opcode, is_or=is_or, is_not=is_not, arg1=arg1)
632 self = super()._parse(data)
644 ret = super().__bytes__() + socket.inet_pton(socket.AF_INET6, self.ip6)