示例#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))