Home
last modified time | relevance | path

Searched refs:createLock (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/logging/
D__init__.py683 self.createLock()
701 def createLock(self): member in Handler
1712 def createLock(self): member in NullHandler
/external/python/cpython3/Lib/logging/
D__init__.py824 self.createLock()
842 def createLock(self): member in Handler
2075 def createLock(self): member in NullHandler
/external/python/cpython2/Doc/library/
Dlogging.rst332 of filters to the empty list and creating a lock (using :meth:`createLock`) for
336 .. method:: Handler.createLock()
344 Acquires the thread lock created with :meth:`createLock`.
Dlogging.handlers.rst117 .. method:: createLock()
/external/python/cpython3/Doc/library/
Dlogging.rst380 of filters to the empty list and creating a lock (using :meth:`createLock`) for
384 .. method:: Handler.createLock()
392 Acquires the thread lock created with :meth:`createLock`.
Dlogging.handlers.rst137 .. method:: createLock()