Beispiel #1
0
 def packed(self):
     return core.BNIsStructurePacked(self.handle)
Beispiel #2
0
	def packed(self):
		if self._mutable:
			return core.BNIsStructureBuilderPacked(self._handle)
		return core.BNIsStructurePacked(self._handle)