提交 7add3dda 编写于 作者: HansBug's avatar HansBug 😆

fix(hansbug): add subside to all the functions

上级 e18010fe
...@@ -30,7 +30,7 @@ def module_func_loader(base, cls: Type[TreeValue], cls_mapper=None): ...@@ -30,7 +30,7 @@ def module_func_loader(base, cls: Type[TreeValue], cls_mapper=None):
@doc_from_base() @doc_from_base()
@return_self_dec @return_self_dec
@post_process(auto_tree_cls) @post_process(auto_tree_cls)
@func_treelize(return_type=TreeValue, rise=True) @func_treelize(return_type=TreeValue, subside=True, rise=True)
@wraps(func, assigned=('__name__',), updated=()) @wraps(func, assigned=('__name__',), updated=())
def _new_func(*args, **kwargs): def _new_func(*args, **kwargs):
return func(*args, **kwargs) return func(*args, **kwargs)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册