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

Method convert

Lib/logging/config.py:319–325  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

317 return result
318
319 def convert(self, value):
320 result = self.configurator.convert(value)
321 if value is not result:
322 if type(result) in (ConvertingDict, ConvertingList,
323 ConvertingTuple):
324 result.parent = self
325 return result
326
327
328# The ConvertingXXX classes are wrappers around standard Python containers,

Callers 2

convert_with_keyMethod · 0.45
popMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected