未验证 提交 6886c43b 编写于 作者: HansBug's avatar HansBug 😆 提交者: GitHub

Merge pull request #12 from opendilab/fix/debugger

dev(hansbug): add support for debugger in TreeValue class
......@@ -4,8 +4,8 @@
from ..common.storage cimport TreeStorage
cdef class TreeValue:
cdef TreeStorage _st
cdef type _type
cdef readonly TreeStorage _st
cdef readonly type _type
cpdef TreeStorage _detach(self)
cdef object _unraw(self, object obj)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册