瀏覽代碼

add reset_context to lib

Bastien Sevajol 6 年之前
父節點
當前提交
d5b6a12801
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      hapic/__init__.py

+ 1 - 0
hapic/__init__.py 查看文件

@@ -16,5 +16,6 @@ output_body = _hapic_default.output_body
16 16
 output_file = _hapic_default.output_file
17 17
 generate_doc = _hapic_default.generate_doc
18 18
 set_context = _hapic_default.set_context
19
+reset_context = _hapic_default.reset_context
19 20
 add_documentation_view = _hapic_default.add_documentation_view
20 21
 handle_exception = _hapic_default.handle_exception