MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / pop

Method pop

tools/python-3.11.9-amd64/Lib/logging/config.py:343–345  ·  view source on GitHub ↗
(self, key, default=None)

Source from the content-addressed store, hash-verified

341 return self.convert_with_key(key, value)
342
343 def pop(self, key, default=None):
344 value = dict.pop(self, key, default)
345 return self.convert_with_key(key, value, replace=False)
346
347class ConvertingList(list, ConvertingMixin):
348 """A converting list wrapper."""

Callers 9

_resolveFunction · 0.45
popMethod · 0.45
resolveMethod · 0.45
configure_customMethod · 0.45
configureMethod · 0.45
configure_formatterMethod · 0.45
configure_handlerMethod · 0.45
basicConfigFunction · 0.45
makePickleMethod · 0.45

Calls 1

convert_with_keyMethod · 0.80

Tested by

no test coverage detected