コード例 #1
0
 def pack_type(val):
     return NSAppleEventDescriptor.descriptorWithTypeCode_(four_characters_code(val.code))
コード例 #2
0
ファイル: aecodecs.py プロジェクト: gianghta/Mactify
 def packtype(self, val):
     return NSAppleEventDescriptor.descriptorWithTypeCode_(
         fourcharcode(val.code))
コード例 #3
0
ファイル: aecodecs.py プロジェクト: WeizhengZhou/pokemonWalk
	def packtype(self, val):
		return NSAppleEventDescriptor.descriptorWithTypeCode_(fourcharcode(val.code))