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

Method before_write

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

Source from the content-addressed store, hash-verified

405 return value
406
407 def before_write(self, parser, section, option, value):
408 return value
409
410
411class BasicInterpolation(Interpolation):

Callers 1

_write_sectionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected