MCPcopy Index your code
hub / github.com/RustPython/RustPython / setFormatter

Method setFormatter

Lib/logging/__init__.py:1030–1034  ·  view source on GitHub ↗

Set the formatter for this handler.

(self, fmt)

Source from the content-addressed store, hash-verified

1028 return rv
1029
1030 def setFormatter(self, fmt):
1031 """
1032 Set the formatter for this handler.
1033 """
1034 self.formatter = fmt
1035
1036 def flush(self):
1037 """

Callers 14

_install_handlersFunction · 0.80
configure_handlerMethod · 0.80
basicConfigFunction · 0.80
__enter__Method · 0.80
test_filenameMethod · 0.80
setUpMethod · 0.80
test_raceMethod · 0.80
test_formattingMethod · 0.80
test_handlersMethod · 0.80
test_rolloverMethod · 0.80

Calls

no outgoing calls

Tested by 9

test_filenameMethod · 0.64
setUpMethod · 0.64
test_raceMethod · 0.64
test_formattingMethod · 0.64
test_handlersMethod · 0.64
test_rolloverMethod · 0.64