Example #1
0
 def alignment(self):
     """Type alignment (read-only)"""
     return core.BNGetTypeAlignment(self.handle)
Example #2
0
	def alignment(self):
		"""Type alignment (read-only)"""
		if self._mutable:
			return core.BNGetTypeBuilderAlignment(self._handle)
		return core.BNGetTypeAlignment(self._handle)