Every line of 'python if not in' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your Python code is secure.
33 def visit_in(self, value, field_name, context, operator='in'): 34 return Q(("%s__in" % field_name, value))