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

Method _get

Lib/configparser.py:851–852  ·  view source on GitHub ↗
(self, section, conv, option, **kwargs)

Source from the content-addressed store, hash-verified

849 d)
850
851 def _get(self, section, conv, option, **kwargs):
852 return conv(self.get(section, option, **kwargs))
853
854 def _get_conv(self, section, option, conv, *, raw=False, vars=None,
855 fallback=_UNSET, **kwargs):

Callers 1

_get_convMethod · 0.95

Calls 2

getMethod · 0.95
convFunction · 0.85

Tested by

no test coverage detected