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