Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/logging/
Dhandlers.py79 def rotation_filename(self, default_name): member in BaseRotatingHandler
167 sfn = self.rotation_filename("%s.%d" % (self.baseFilename, i))
168 dfn = self.rotation_filename("%s.%d" % (self.baseFilename,
174 dfn = self.rotation_filename(self.baseFilename + ".1")
399 dfn = self.rotation_filename(self.baseFilename + "." +
/external/python/cpython3/Doc/library/
Dlogging.handlers.rst225 If this attribute is set to a callable, the :meth:`rotation_filename`
227 are those passed to :meth:`rotation_filename`.
245 .. method:: BaseRotatingHandler.rotation_filename(default_name)