Example #1
0
 def _pack_bytes(description_type, data):
     return NSAppleEventDescriptor.descriptorWithDescriptorType_bytes_length_(
         four_characters_code(description_type), data, len(data)
     )
Example #2
0
 def _packbytes(self, desctype, data):
     return NSAppleEventDescriptor.descriptorWithDescriptorType_bytes_length_(
         fourcharcode(desctype), data, len(data))
Example #3
0
	def _packbytes(self, desctype, data):
		return NSAppleEventDescriptor.descriptorWithDescriptorType_bytes_length_(
			fourcharcode(desctype), data, len(data))