analyzer.py 文件源码

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

项目:chalice 作者: aws 项目源码 文件源码
def visit_Lambda(self, node):
        # type: (ast.Lambda) -> None
        # Lambda is going to be a bit tricky because
        # there's a new child namespace (via .get_children()),
        # but it's not something that will show up in the
        # current symbol table via .lookup().
        # For now, we're going to ignore lambda expressions.
        pass
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号