Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:help_about
(Results
1 - 4
of
4
) sorted by relevance
/third_party/python/Lib/idlelib/idle_test/
H
A
D
test_help_about.py
1
"""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
D
macosx.py
195
from idlelib import
help_about
namespace
196
help_about
.AboutDialog(root)
H
A
D
editor.py
22
from idlelib import
help_about
namespace
626
help_about
.AboutDialog(self.top)
/third_party/rust/crates/clap/src/builder/
H
A
D
command.rs
4269
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