소스 검색

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