From 68d0254187094774d0ea925059aa3af5be4ae014 Mon Sep 17 00:00:00 2001 From: yunfan Date: Fri, 23 Nov 2018 18:21:26 +0800 Subject: [PATCH] init check_* --- fastNLP/core/utils.py | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/fastNLP/core/utils.py b/fastNLP/core/utils.py index c773ae15..c9a89f90 100644 --- a/fastNLP/core/utils.py +++ b/fastNLP/core/utils.py @@ -55,7 +55,15 @@ def build_args(func, kwargs): if spect.varkw is not None: output.update(kwargs) - # check miss args +# check miss args +def check_arg_dict(func, arg_dict): + pass + +def check_arg_dict_list(func, arg_dict_list): + pass + +def check_code(): + pass