Exemplo n.º 1
0
	def createValue(self, type, value):
		return BugTypes.to(type, value)
Exemplo n.º 2
0
	def createValue(self, type, value):
		return BugTypes.to(type, value)
Exemplo n.º 3
0
	def isTrue(self, value):
		return BugTypes.isTrue(value)
Exemplo n.º 4
0
	def isTrue(self, value):
		return BugTypes.isTrue(value)