Searched refs:do_build (Results 1 – 6 of 6) sorted by relevance
327 def do_build(self): member in LLDPDUChassisID329 return super(LLDPDUChassisID, self).do_build()376 def do_build(self): member in LLDPDUPortID378 return super(LLDPDUPortID, self).do_build()403 def do_build(self): member in LLDPDUTimeToLive405 return super(LLDPDUTimeToLive, self).do_build()432 def do_build(self): member in LLDPDUEndOfLLDPDU434 return super(LLDPDUEndOfLLDPDU, self).do_build()523 def do_build(self): member in LLDPDUSystemCapabilities525 return super(LLDPDUSystemCapabilities, self).do_build()[all …]
147 def do_build(self): member in _CoAPOpt151 return Packet.do_build(self)
636 do_build = False641 do_build = True643 if not do_build:650 if args.do_build and repo.build_step != 'skip':
48 def do_build(self): member in KeyShareEntry54 b = super(KeyShareEntry, self).do_build()
408 return self.payload.do_build()410 def do_build(self): member in Packet436 p = self.do_build()1268 def do_build(self): member in NoPayload
543 pkt = self.do_build()559 fields, and that is exactly what ``do_build()`` does.564 The building of each field of a layer is called in ``Packet.do_build()``::566 def do_build(self):617 The glue is provided by ``Packet.do_build()`` which calls ``Field.addfield()``