def set_find_first_TP_age(self,dirs=[]):
'''
Time at first TP
'''
m=self.run_historydata
firstTPs=[]
ages=[]
for case in m:
firstTPs.append(case.find_first_TP())
age=case.get('star_age')[int(case.find_first_TP())]
ages.append(age)
return ages
评论列表
文章目录