OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ignore_log_types
(Results
1 - 4
of
4
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
asyncore.py
231
ignore_log_types
= frozenset(['warning'])
variable in class:dispatcher
436
if type not in self.
ignore_log_types
:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
asyncore.py
231
ignore_log_types
= frozenset(['warning'])
variable in class:dispatcher
436
if type not in self.
ignore_log_types
:
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_asyncore.py
288
d.
ignore_log_types
= ()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_asyncore.py
288
d.
ignore_log_types
= ()
Completed in 159 milliseconds