白云岛资源网 Design By www.pvray.com
1. 根据字符串名称 动态调用 python文件内的方法eval("function_name")(参数)
2. 根据字符串 动态调用类中的静态方法,getattr(ClassName,"function_name")(参数)
3. apply(functoin_name,parameters) 这个function_name不是字符串,而是函数对象本身;parameters是参数,类似(a,b,...)这样的格式
4. 当函数不确定参数的数目时候,采用 一个 * 或两个** 他们的用法是有讲究的。
下面的例子是,定义了一个函数列表字典,字典中保存有函数对象和函数的参数,可以实现动态为字典添加执行的函数,最后一起执行
from collections import OrderedDict class ComponentCheck: def __init__(self, data_dir): self.data_dir = data_dir self._extend_function_dic = OrderedDict({}) def add_extend_function(self, function_name, *parameters): self._extend_function_dic[function_name] = parameters def _check_extend_function(self): for function_name, parameters in self._extend_function_dic.iteritems(): if not apply(function_name, parameters): return False return True class CheckFunctions: def __init__(self): pass def tollcost_check(data_path): toll_cost_path = os.path.join(data_path, Importer.DT_KOR_TOLL_COST) tollcost_component = ComponentCheck(toll_cost_path) tollcost_component.add_extend_function(tollcost_component.check_file_pattern_list_match, CheckFunctions.TOLL_COST_FILENAME_PATTERN) return tollcost_component @staticmethod def speed_camera_check(data_path): speed_camera_path = os.path.join(data_path, Importer.DT_SAFETY_CAMERA) speed_camera_component = ComponentCheck(speed_camera_path) speed_camera_component.add_extend_function(speed_camera_component.check_not_exist_empty_directory) return speed_camera_component
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持。
白云岛资源网 Design By www.pvray.com
广告合作:本站广告合作请联系QQ:858582 申请时备注:广告合作(否则不回)
免责声明:本站资源来自互联网收集,仅供用于学习和交流,请遵循相关法律法规,本站一切资源不代表本站立场,如有侵权、后门、不妥请联系本站删除!
免责声明:本站资源来自互联网收集,仅供用于学习和交流,请遵循相关法律法规,本站一切资源不代表本站立场,如有侵权、后门、不妥请联系本站删除!
白云岛资源网 Design By www.pvray.com
暂无评论...
P70系列延期,华为新旗舰将在下月发布
3月20日消息,近期博主@数码闲聊站 透露,原定三月份发布的华为新旗舰P70系列延期发布,预计4月份上市。
而博主@定焦数码 爆料,华为的P70系列在定位上已经超过了Mate60,成为了重要的旗舰系列之一。它肩负着重返影像领域顶尖的使命。那么这次P70会带来哪些令人惊艳的创新呢?
根据目前爆料的消息来看,华为P70系列将推出三个版本,其中P70和P70 Pro采用了三角形的摄像头模组设计,而P70 Art则采用了与上一代P60 Art相似的不规则形状设计。这样的外观是否好看见仁见智,但辨识度绝对拉满。