analyzer.py 文件源码

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

项目:chalice 作者: aws 项目源码 文件源码
def visit(self, node):
        # type: (ast.AST) -> None
        inferred_type = self._binder.get_type_for_node(node)
        if isinstance(inferred_type, Boto3ClientMethodCallType):
            self.api_calls.setdefault(inferred_type.service_name, set()).add(
                inferred_type.method_name)
        ast.NodeVisitor.visit(self, node)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号