コード例 #1
0
	def __contains__(self, x) :
		if isinstance(x, Keyword) :
			return _Set.__contains__(self, x)
		else :
			return _Set.__contains__(self, Keyword(x))