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

Method before_read

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

Source from the content-addressed store, hash-verified

402 return value
403
404 def before_read(self, parser, section, option, value):
405 return value
406
407 def before_write(self, parser, section, option, value):
408 return value

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected