SYMBOL INDEX (50 symbols across 10 files) FILE: src/TranslateTool/TranslateTool/Logger.py class Logger (line 26) | class Logger(object): method __init__ (line 29) | def __init__(self): method __new__ (line 41) | def __new__(cls,*args,**kwargs): method write (line 49) | def write(self,content): method delete_old_log (line 63) | def delete_old_log(): FILE: src/TranslateTool/TranslateTool/Main.py function run (line 30) | def run(): function translate_doc (line 55) | def translate_doc(doc): function get_translate (line 67) | def get_translate(doc,path): function get_doc (line 86) | def get_doc(): function get_path (line 103) | def get_path(*paths): function write_log (line 114) | def write_log(msg): FILE: src/TranslateTool/TranslateTool/Py4Js.py class Py4Js (line 23) | class Py4Js(): method __init__ (line 25) | def __init__(self): method getTk (line 67) | def getTk(self,text): FILE: src/TranslateTool/TranslateTool/T_Base.py class Translate (line 23) | class Translate(object): method translate (line 25) | def translate(doc): FILE: src/TranslateTool/TranslateTool/T_Docx.py class DocxTranslate (line 29) | class DocxTranslate(Translate): method __init__ (line 31) | def __init__(self, fileName, fullPath): method translate (line 41) | def translate(self): method prepare (line 70) | def prepare(self): method get_path (line 87) | def get_path(self,*paths): FILE: src/TranslateTool/TranslateTool/T_Pdf_PyPDF2.py class PdfTranslagePyPDF2 (line 29) | class PdfTranslagePyPDF2(Translate): method __init__ (line 32) | def __init__(self, fileName, fullPath): method translate (line 42) | def translate(self): method removeBlankFromList (line 70) | def removeBlankFromList(self,list_old): method combine_list2str (line 80) | def combine_list2str(self,list_old): method enter_symbol (line 89) | def enter_symbol(self,content_old): method prepare (line 100) | def prepare(self): method get_path (line 117) | def get_path(self,*paths): method write (line 128) | def write(self,content): FILE: src/TranslateTool/TranslateTool/T_Pdf_pdfminer.py class PdfTranslate (line 36) | class PdfTranslate(Translate): method __init__ (line 39) | def __init__(self, fileName, fullPath): method translate (line 49) | def translate(self): method prepare (line 106) | def prepare(self): method get_path (line 123) | def get_path(self,*paths): method write (line 134) | def write(self,content): FILE: src/TranslateTool/TranslateTool/T_Txt.py class TxtTranslate (line 28) | class TxtTranslate(Translate): method __init__ (line 30) | def __init__(self, fileName,path): method translate (line 38) | def translate(self): method prepare (line 81) | def prepare(self): method get_path (line 98) | def get_path(self,*paths): # 如果这里的参数没有self的话,paths里将会包含这个类实例化对象,导致joi... method write (line 109) | def write(self,content): FILE: src/TranslateTool/TranslateTool/TranslateFunc.py function baidu_translate (line 30) | def baidu_translate(content,type=1): function youdao_translate (line 96) | def youdao_translate(content): function google_translate (line 161) | def google_translate(content): function translate_func (line 191) | def translate_func(content): FILE: src/TranslateTool/TranslateTool/TranslateFuncT.py function baidu_translate (line 30) | def baidu_translate(content,type=1): function youdao_translate (line 96) | def youdao_translate(content): function google_translate (line 162) | def google_translate(content): function translate_func (line 195) | def translate_func(content):