__init__.py 文件源码

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

项目:ITAP-django 作者: krivers 项目源码 文件源码
def undoReverse(a):
    tmp = None
    if type(a) == ast.Lt:
        tmp = ast.Gt()
    elif type(a) == ast.LtE:
        tmp = ast.GtE()
    elif type(a) == ast.Gt:
        tmp = ast.Lt()
    elif type(a) == ast.GtE:
        tmp = ast.LtE()
    else:
        return a
    transferMetaData(a, tmp)
    return tmp

# Applies special functions if they're included as metadata OR if they're specified by ID
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号