📄 __init__.py
字号:
import chord, dhash, oracle, totalrecall# For automatic use by availsimknown_types = { 'chord': chord, 'dhash': dhash.dhash, 'fragments': dhash.dhash_fragments, 'replica': dhash.dhash_replica, 'replica_random': totalrecall.dhash_replica, 'cates': dhash.dhash_cates, 'durability_oracle_replica': oracle.durability_oracle, 'availability_oracle_replica': oracle.availability_oracle, 'total_recall_replica': totalrecall.totalrecall_lazy_replica, 'total_recall_succplace_replica': dhash.total_recall_replica}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -