Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dcmd.py76 nohelp = "*** No help on %s" variable in Cmd
310 self.stdout.write("%s\n"%str(self.nohelp % (arg,)))
/external/python/cpython3/Lib/
Dcmd.py73 nohelp = "*** No help on %s" variable in Cmd
306 self.stdout.write("%s\n"%str(self.nohelp % (arg,)))
/external/gflags/test/
DCMakeLists.txt76 # --nohelp and --help=false should be as if we didn't say anything
77 add_gflags_test(nohelp 0 "PASS" "" gflags_unittest --nohelp)
/external/shflags/
Dshflags_public_test.sh196 ( FLAGS --nohelp >"${stdoutF}" 2>"${stderrF}" )
/external/shflags/doc/
DCHANGES-1.0.md69 Issue# 2: Passing the `--nohelp` option no longer gives help output.
DCHANGES-1.2.md166 Issue# 2: Passing the `--nohelp` option no longer gives help output.
DCHANGES-1.3.md151 Issue# 2: Passing the `--nohelp` option no longer gives help output.
/external/python/cpython2/Lib/plat-mac/
DFrameWork.py1109 self.nohelpitem = MenuItem(hm, "There isn't any", None, self.nohelp)
1111 def nohelp(self, *args): member in TestApp