MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / close

Method close

Lib/logging/__init__.py:769–784  ·  view source on GitHub ↗

Tidy up any resources used by the handler. This version removes the handler from an internal map of handlers, _handlers, which is used for handler lookup by name. Subclasses should ensure that this gets called from overridden close() methods.

(self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

serve_until_stoppedMethod · 0.45
closeMethod · 0.45
shutdownFunction · 0.45

Calls 2

_acquireLockFunction · 0.85
_releaseLockFunction · 0.85

Tested by

no test coverage detected