Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dpydoc.py492 def heading(self, title, fgcol, bgcol, extras=''): argument
501 ''' % (bgcol, fgcol, title, fgcol, extras or ' ')
503 def section(self, title, fgcol, bgcol, contents, width=6, argument
513 ''' % (bgcol, fgcol, title)
/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)