analyzer.py 文件源码

python
阅读 36 收藏 0 点赞 0 评论 0

项目:chalice 作者: aws 项目源码 文件源码
def visit_GeneratorExp(self, node):
        # type: (ast.GeneratorExp) -> None
        # Generator expressions are an interesting case.
        # They create a new sub scope, but they're not
        # explicitly named.  Python just creates a table
        # with the name "genexpr".
        self._handle_comprehension(node, 'genexpr')
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号