Lines Matching refs:bind
136 self.text.bind("<<set-breakpoint-here>>", self.set_breakpoint_here)
137 self.text.bind("<<clear-breakpoint-here>>", self.clear_breakpoint_here)
138 self.text.bind("<<open-python-shell>>", self.flist.open_shell)
820 "IDLE can't bind to a TCP/IP port, which is necessary to "
908 text.bind("<<newline-and-indent>>", self.enter_callback)
909 text.bind("<<plain-newline-and-indent>>", self.linefeed_callback)
910 text.bind("<<interrupt-execution>>", self.cancel_callback)
911 text.bind("<<end-of-file>>", self.eof_callback)
912 text.bind("<<open-stack-viewer>>", self.open_stack_viewer)
913 text.bind("<<toggle-debugger>>", self.toggle_debugger)
914 text.bind("<<toggle-jit-stack-viewer>>", self.toggle_jit_stack_viewer)
915 text.bind("<<copy-with-prompts>>", self.copy_with_prompts_callback)
917 text.bind("<<view-restart>>", self.view_restart_mark)
918 text.bind("<<restart-shell>>", self.restart_shell)
920 text.bind("<<squeeze-current-text>>",