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

Method before_get

Lib/configparser.py:398–399  ·  view source on GitHub ↗
(self, parser, section, option, value, defaults)

Source from the content-addressed store, hash-verified

396 """Dummy interpolation that passes the value through with no changes."""
397
398 def before_get(self, parser, section, option, value, defaults):
399 return value
400
401 def before_set(self, parser, section, option, value):
402 return value

Callers 2

getMethod · 0.45
itemsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected