1 Star 0 Fork 2

Aaron_ou/DataChain

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
DataChain.py 239 Bytes
一键复制 编辑 原始数据 按行查看 历史
Aaron_ou 提交于 2018-02-06 17:36 . finish beta vision1
# -*- coding:UTF-8 -*-
"""
DataChain 的主模块
"""
import hashlib
import json
import block
class DataChain():
def __init__(self,chain):
self.Chain = []
for x in chain:
self.Chain.append(block.block(x))
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/Aaron_ou/DataChain.git
git@gitee.com:Aaron_ou/DataChain.git
Aaron_ou
DataChain
DataChain
master

搜索帮助