# Copyright (c) Facebook, Inc. and its affiliates. (http://www.facebook.com)
# Compile comprehensions as using their own inner scope
# (i.e. as lambdas).
COMPREHENSION_SCOPE = True
