def pack_type(val):
     return NSAppleEventDescriptor.descriptorWithTypeCode_(four_characters_code(val.code))
Exemple #2
0
 def packtype(self, val):
     return NSAppleEventDescriptor.descriptorWithTypeCode_(
         fourcharcode(val.code))
Exemple #3
0
	def packtype(self, val):
		return NSAppleEventDescriptor.descriptorWithTypeCode_(fourcharcode(val.code))