Skip to content
#

kbengine

Here are 10 public repositories matching this topic...

Language: All
Filter by language
kebiao
kebiao commented Jan 15, 2019

pyscript文件夹下建立一个头文件, 命名为
py_docs.h:

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.");

然后将所有api的英文描述写入,PyDoc_STRVAR。
未来如果有其他文档

Improve this page

Add a description, image, and links to the kbengine topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the kbengine topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.