Home
last modified time | relevance | path

Searched refs:makePickle (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/logging/
Dhandlers.py627 def makePickle(self, record): member in SocketHandler
673 s = self.makePickle(record)
/third_party/python/Doc/library/
Dlogging.handlers.rst511 .. method:: makePickle(record)
532 :meth:`~SocketHandler.makePickle`.
597 is as described in the documentation for :meth:`SocketHandler.makePickle`.
/third_party/python/Doc/howto/
Dlogging-cookbook.rst539 the :meth:`~handlers.SocketHandler.makePickle` method and implementing your