OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_handlers
(Results
1 - 3
of
3
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
__init__.py
201
#shared dictionary
_handlers
, it needs to acquire the lock. But if configuring,
617
_handlers
= weakref.WeakValueDictionary() #map of handler names to handlers
variable
674
if self._name in
_handlers
:
675
del
_handlers
[self._name]
678
_handlers
[name] = self
774
_handlers
, which is used for handler lookup by name. Subclasses
781
if self._name and self._name in
_handlers
:
782
del
_handlers
[self._name]
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
__init__.py
201
#shared dictionary
_handlers
, it needs to acquire the lock. But if configuring,
617
_handlers
= weakref.WeakValueDictionary() #map of handler names to handlers
variable
674
if self._name in
_handlers
:
675
del
_handlers
[self._name]
678
_handlers
[name] = self
774
_handlers
, which is used for handler lookup by name. Subclasses
781
if self._name and self._name in
_handlers
:
782
del
_handlers
[self._name]
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar
Completed in 126 milliseconds