Home
last modified time | relevance | path

Searched refs:help_about (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Lib/idlelib/idle_test/
H A Dtest_help_about.py1 """Test help_about, coverage 100%.
2 help_about.build_bits branches on sys.platform='darwin'.
6 from idlelib import help_about namespace
16 About = help_about.AboutDialog
39 self.assertIn(help_about.bits, ('32', '64'))
110 f' ({help_about.bits} bit)')
/third_party/python/Lib/idlelib/
H A Dmacosx.py195 from idlelib import help_about namespace
196 help_about.AboutDialog(root)
H A Deditor.py22 from idlelib import help_about namespace
626 help_about.AboutDialog(self.top)
/third_party/rust/crates/clap/src/builder/
H A Dcommand.rs4269 let help_about = "Print this message or the help of the given subcommand(s)";
4274 .about(help_about)
4278 let mut help_help_subcmd = Command::new("help").about(help_about);
4287 Command::new("help").about(help_about).arg(

Completed in 9 milliseconds