Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dformatter.py59 def push_style(self, *styles): pass member in NullFormatter
280 def push_style(self, *styles): member in AbstractFormatter
/external/python/cpython2/Lib/
Dformatter.py56 def push_style(self, *styles): pass member in NullFormatter
277 def push_style(self, *styles): member in AbstractFormatter
/external/python/cpython3/Doc/library/
Dformatter.rst166 .. method:: formatter.push_style(*styles)
175 Pop the last *n* style specifications passed to :meth:`push_style`. A tuple
/external/python/cpython2/Doc/library/
Dformatter.rst165 .. method:: formatter.push_style(*styles)
174 Pop the last *n* style specifications passed to :meth:`push_style`. A tuple