Exemplo n.º 1
0
	def invoke5(self, arg0, arg1, arg2, arg3, arg4):
		if 5 in self.fns:
			AFn.invoke5(self, arg0, arg1, arg2, arg3, arg4)
		elif -1 in self.fns:
			AFn.apply(self, List.from_list([arg0,arg1,arg2,arg3,arg4]))
		else:
			raise Exception("No overload for 5")