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

Method ext_convert

Lib/logging/config.py:414–416  ·  view source on GitHub ↗

Default converter for the ext:// protocol.

(self, value)

Source from the content-addressed store, hash-verified

412 raise v from e
413
414 def ext_convert(self, value):
415 """Default converter for the ext:// protocol."""
416 return self.resolve(value)
417
418 def cfg_convert(self, value):
419 """Default converter for the cfg:// protocol."""

Callers

nothing calls this directly

Calls 1

resolveMethod · 0.95

Tested by

no test coverage detected