MCPcopy Index your code
hub / github.com/python/cpython / pop

Method pop

Lib/logging/config.py:358–360  ·  view source on GitHub ↗
(self, idx=-1)

Source from the content-addressed store, hash-verified

356 return self.convert_with_key(key, value)
357
358 def pop(self, idx=-1):
359 value = list.pop(self, idx)
360 return self.convert(value)
361
362class ConvertingTuple(tuple, ConvertingMixin):
363 """A converting tuple wrapper."""

Callers

nothing calls this directly

Calls 2

popMethod · 0.45
convertMethod · 0.45

Tested by

no test coverage detected