python.py 文件源码

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

项目:smother 作者: ChrisBeaumont 项目源码 文件源码
def _add_section(self, node):
        """
        Register the current node as a new context block
        """
        self._filldown(node.lineno)

        # push a new context onto stack
        self.context.append(node.name)
        self._update_current_context()

        for _ in map(self.visit, iter_child_nodes(node)):
            pass

        # restore current context
        self.context.pop()
        self._update_current_context()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号