Home | History | Annotate | Download | only in btt

Lines Matching full:none

71 output_file	= None
72 title_str = None
73 type = None
104 if mn == None or v < mn: mn = v
105 if mx == None or v > mx: mx = v
153 min_x = max_x = min_y = max_y = None
163 f = line.rstrip().split(None)
175 db[file]['ax'] = db[file]['ay'] = None
229 if type == None and not generate_all:
238 if title_str != None:
311 if output_file != None:
329 legends = None
342 elif dat['ax'] == None:
376 output_file = title_str = type = None