Example #1
0
	def _validate(self, atom):
		return bool(atom[:1] == SETPREFIX or ValidAtomValidator(atom, allow_repo=True))
Example #2
0
	def _validate(self, atom):
		return bool(atom[:1] == SETPREFIX or ValidAtomValidator(atom))
Example #3
0
	def _validate(self, atom):
		return ValidAtomValidator(atom, allow_repo=True)
Example #4
0
	def _validate(self, atom):
		return ValidAtomValidator(atom)