Home
last modified time | relevance | path

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

/third_party/python/Lib/idlelib/idle_test/
Dtest_help_about.py6 from idlelib import help_about
16 About = help_about.AboutDialog
39 self.assertIn(help_about.build_bits(), ('32', '64'))
/third_party/python/Lib/idlelib/
Dmacosx.py202 from idlelib import help_about
203 help_about.AboutDialog(root)
DREADME.txt54 help_about.py # Display About IDLE dialog.
209 About IDLE # eEW.about_dialog, help_about.AboutDialog
Deditor.py22 from idlelib import help_about
577 help_about.AboutDialog(self.top)
DNEWS.txt764 bpo-24813: Add icon to help_about and make other changes.
/third_party/rust/crates/clap/src/builder/
Dcommand.rs4269 let help_about = "Print this message or the help of the given subcommand(s)"; in _check_help_and_version() localVariable
4274 .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()