Home | History | Annotate | Download | only in idlelib

Lines Matching full:none

63         (None, None, None),
64 ("Go to file/line", "<<goto-file-line>>", None),
76 file_line_progs = None
78 def goto_file_line(self, event=None):
79 if self.file_line_progs is None:
117 return None
121 return None
135 self.owin = None