PyDoc_STRVAR(createCellEntity_docs,
"sha3_512([data]) -> SHA3 object\n\
\n\
Return a new SHA3 hash object with a hashbit length of 64 bytes.");
PyDoc_STRVAR(createCellEntityInNewSpace_docs,
"sha3_512([data]) -> SHA3 object\n\
\n\
Return a new SHA3 hash object with a hashbit length of 64 bytes.");
pyscript文件夹下建立一个头文件, 命名为
py_docs.h:
然后将所有api的英文描述写入,PyDoc_STRVAR。
未来如果有其他文档