Kaynağa Gözat

add reset_context to lib

Bastien Sevajol 6 yıl önce
ebeveyn
işleme
d5b6a12801
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      hapic/__init__.py

+ 1 - 0
hapic/__init__.py Dosyayı Görüntüle

@@ -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