MCPcopy Index your code
hub / github.com/python/cpython / TestBufferingFormatter

Class TestBufferingFormatter

Lib/test/test_logging.py:4946–4951  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4944
4945
4946class TestBufferingFormatter(logging.BufferingFormatter):
4947 def formatHeader(self, records):
4948 return '[(%d)' % len(records)
4949
4950 def formatFooter(self, records):
4951 return '(%d)]' % len(records)
4952
4953class BufferingFormatterTest(unittest.TestCase):
4954 def setUp(self):

Callers 1

test_customMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_customMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…