Exemplo n.º 1
0
 def pack_type(val):
     return NSAppleEventDescriptor.descriptorWithTypeCode_(four_characters_code(val.code))
Exemplo n.º 2
0
 def packtype(self, val):
     return NSAppleEventDescriptor.descriptorWithTypeCode_(
         fourcharcode(val.code))
Exemplo n.º 3
0
	def packtype(self, val):
		return NSAppleEventDescriptor.descriptorWithTypeCode_(fourcharcode(val.code))