Home
last modified time | relevance | path

Searched refs:copy_with_prompts_callback (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Lib/idlelib/
Dpyshell.py924 text.bind("<<copy-with-prompts>>", self.copy_with_prompts_callback)
998 def copy_with_prompts_callback(self, event=None): member in PyShell