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

Method pop

tools/python-3.11.9-amd64/Lib/logging/config.py:353–355  ·  view source on GitHub ↗
(self, idx=-1)

Source from the content-addressed store, hash-verified

351 return self.convert_with_key(key, value)
352
353 def pop(self, idx=-1):
354 value = list.pop(self, idx)
355 return self.convert(value)
356
357class ConvertingTuple(tuple, ConvertingMixin):
358 """A converting tuple wrapper."""

Callers

nothing calls this directly

Calls 2

popMethod · 0.45
convertMethod · 0.45

Tested by

no test coverage detected