Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/logging/
D__init__.py593 def formatStack(self, stack_info): member in Formatter
635 s = s + self.formatStack(record.stack_info)
/external/python/cpython3/Doc/library/
Dlogging.rst549 information, using :meth:`formatStack` to transform it if necessary.
592 .. method:: formatStack(stack_info)