示例#1
0
文件: driver.py 项目: smdx023/calibre
 def build_template_regexp(cls):
     from calibre.devices.utils import build_template_regexp
     return build_template_regexp(cls.save_template())
示例#2
0
文件: driver.py 项目: AEliu/calibre
 def build_template_regexp(cls):
     from calibre.devices.utils import build_template_regexp
     return build_template_regexp(cls.save_template())
示例#3
0
 def build_template_regexp(self):
     from calibre.devices.utils import build_template_regexp
     return build_template_regexp(self.save_template)