HomeSort by relevance Sort by last modified time
    Searched refs:SOCIABLE (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_logging.py 321 SOCIABLE = 116
339 SOCIABLE : 'Sociable',
356 """A filter which blocks sociable and taciturn messages."""
359 return record.levelno not in [SOCIABLE, TACITURN]
385 ('Sociable', '6'),
394 self.root_logger.handlers[0].setLevel(SOCIABLE)
396 # Levels >= 'Sociable' are good.
399 ('Sociable', '6'),
423 ('Sociable', '6')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_logging.py 321 SOCIABLE = 116
339 SOCIABLE : 'Sociable',
356 """A filter which blocks sociable and taciturn messages."""
359 return record.levelno not in [SOCIABLE, TACITURN]
385 ('Sociable', '6'),
394 self.root_logger.handlers[0].setLevel(SOCIABLE)
396 # Levels >= 'Sociable' are good.
399 ('Sociable', '6'),
423 ('Sociable', '6')
    [all...]

Completed in 166 milliseconds