예제 #1
0
 def builder(sid_, help_, opt_func_, exe_func_):
     return U.subparser_builder(sp, sid_, help_, opt_func_, exe_func_)
예제 #2
0
파일: gather.py 프로젝트: yqin22/pbsmrtpipe
 def builder(sid_, help_, opt_func_, exe_func_):
     return U.subparser_builder(sp, sid_, help_, opt_func_, exe_func_)
예제 #3
0
 def builder(subparser_id, description, options_func, exe_func):
     TU.subparser_builder(sp, subparser_id, description, options_func,
                          exe_func)
예제 #4
0
파일: cli.py 프로젝트: nlhepler/pbsmrtpipe
 def builder(subparser_id, description, options_func, exe_func):
     TU.subparser_builder(sp, subparser_id, description, options_func, exe_func)
예제 #5
0
 def _builder(subparser_id, desc, options_func, exe_func):
     U.subparser_builder(sp, subparser_id, desc, options_func, exe_func)