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

Method setTarget

Lib/logging/handlers.py:1405–1410  ·  view source on GitHub ↗

Set the target handler for this handler.

(self, target)

Source from the content-addressed store, hash-verified

1403 (record.levelno >= self.flushLevel)
1404
1405 def setTarget(self, target):
1406 """
1407 Set the target handler for this handler.
1408 """
1409 with self.lock:
1410 self.target = target
1411
1412 def flush(self):
1413 """

Callers 3

_install_handlersFunction · 0.80
removeTargetMethod · 0.80

Calls

no outgoing calls

Tested by 2

removeTargetMethod · 0.64