Home
last modified time | relevance | path

Searched refs:fgcol (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Dpydoc.py468 def heading(self, title, fgcol, bgcol, extras=''): argument
477 ''' % (bgcol, fgcol, title, fgcol, extras or ' ')
479 def section(self, title, fgcol, bgcol, contents, width=6, argument
489 ''' % (bgcol, fgcol, title)
/external/python/cpython3/Lib/
Dpydoc.py577 def heading(self, title, fgcol, bgcol, extras=''): argument
586 ''' % (bgcol, fgcol, title, fgcol, extras or ' ')
588 def section(self, title, fgcol, bgcol, contents, width=6, argument
598 ''' % (bgcol, fgcol, title)