python.py 文件源码

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

项目:smother 作者: ChrisBeaumont 项目源码 文件源码
def generic_visit(self, node):
        if hasattr(node, 'lineno'):
            self._filldown(node.lineno + 1)

        for _ in map(self.visit, iter_child_nodes(node)):
            pass
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号