Home
last modified time | relevance | path

Searched refs:misc_header (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/
Dcmd.py71 misc_header = "Miscellaneous help topics:" variable in Cmd
335 self.print_topics(self.misc_header, list(help.keys()),15,80)
/external/python/cpython2/Lib/
Dcmd.py74 misc_header = "Miscellaneous help topics:" variable in Cmd
339 self.print_topics(self.misc_header, help.keys(),15,80)
/external/python/cpython2/Doc/library/
Dcmd.rst190 .. attribute:: Cmd.misc_header
/external/python/cpython3/Doc/library/
Dcmd.rst192 .. attribute:: Cmd.misc_header