__init__.py 文件源码

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

项目:fz 作者: llllllllll 项目源码 文件源码
def _binop(self, other, *, _opnode=opnode, _sym=sym):
            othername, other, constants = _normalize_arg(
                other,
                self._constants,
            )

            return __class__(
                '%s %s %s' % (self._pname, _sym, othername),
                ast.Compare(
                    left=self._tree,
                    ops=[_opnode()],
                    comparators=[other],
                ),
                merge(constants, getattr(other, '_constants', {})),
            )
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号