robinson.py 文件源码

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

项目:librobinson 作者: byztxt 项目源码 文件源码
def read_robinson(directory, suffix, read_what):
    read_what = readwhat.normalize(read_what)
    read_what_str = readwhat.read_what2string(read_what)
    sys.stderr.write("Now reading '%s' from directory %s with suffix %s\n" % (read_what_str, directory, suffix))
    rd = reader.Reader(directory, suffix)
    rd.read_NT(read_what)
    return rd
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号