Searched refs:help_about (Results 1 – 6 of 6) sorted by relevance
6 from idlelib import help_about16 About = help_about.AboutDialog39 self.assertIn(help_about.build_bits(), ('32', '64'))
202 from idlelib import help_about203 help_about.AboutDialog(root)
54 help_about.py # Display About IDLE dialog.209 About IDLE # eEW.about_dialog, help_about.AboutDialog
22 from idlelib import help_about577 help_about.AboutDialog(self.top)
764 bpo-24813: Add icon to help_about and make other changes.
4269 let help_about = "Print this message or the help of the given subcommand(s)"; in _check_help_and_version() localVariable4274 .about(help_about) in _check_help_and_version()4278 let mut help_help_subcmd = Command::new("help").about(help_about); in _check_help_and_version()4287 Command::new("help").about(help_about).arg( in _check_help_and_version()